Click or drag to resize
DigitalRuneInputContext Properties

The InputContext type exposes the following members.

Properties
  NameDescription
Public propertyAllowedPlayer
Gets or sets the LogicalPlayerIndex of the player from which input is accepted.
Public propertyData
Gets a generic collection of name/value pairs which can be used to store custom data.
Public propertyDeltaTime
Gets or sets the size of the current time step.
Public propertyIsMouseOver
Gets or sets a value indicating whether the mouse is over the current control.
Public propertyMousePosition
Gets or sets the mouse position in local coordinates (after the RenderTransform was undone).
Public propertyMousePositionDelta
Gets or sets the mouse position change since the last frame in local coordinates (after the RenderTransform was undone).
Public propertyScreenMousePosition
Gets or sets the absolute mouse position in screen coordinates.
Public propertyScreenMousePositionDelta
Gets or sets the mouse position change since the last frame in screen coordinates.
Top
See Also