Search
InputState Members
Constructors Properties
 


Encapsulates mouse or touch input information, provided to the behavior classes.

The following tables list the members exposed by the InputState type.

 Public Constructors

  Name Description

InputState

Initializes a new instance of the InputState class.

 Public Properties

  Name Description

DragDistance

Gets or sets the distance between the initial touch and the current touch location, expressed in millimeters.

ModifierKeys

Specifies modifier keys pressed along with mouse button.

PointedHandle

Gets the manipulation handle at pointer location.

PointedItem

Gets the item at pointer location.

PointedLabel

Gets the item label at pointer location.

PointedManipulator

Gets the manipulator at pointer location.

PointerPosition

Gets the pointer location, in document coordinates.

 See Also