Click or drag to resize
GameInput Properties

The GameInput type exposes the following members.

Properties
  NameDescription
Public propertyAnyMouseButtonDown
Get if any mouse button is currently down.
Public propertyStatic memberInstance
Get time utils instance.
Public propertyMousePosition
Get mouse current position.
Public propertyMousePositionDiff
Get mouse position diff since last frame.
Public propertyMouseWheel
Get mouse wheel current value.
Public propertyMouseWheelDiff
Get mouse wheel diff from last frame.
Public propertyMovementVector
Get movement vector based on game keys currently pressed.
Top
See Also