MouseState Properties

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

The MouseState type exposes the following members.

Properties

  NameDescription
Public propertyAllKeys
Gets all keys.
(Inherited from KeyboardState.)
Public propertyIsAltDown
Gets a value indicating whether either alt key is down.
(Inherited from KeyboardState.)
Public propertyIsControlDown
Gets a value indicating whether either control key is down.
(Inherited from KeyboardState.)
Public propertyIsLeftButtonDown
Public propertyIsLeftButtonUp
Public propertyIsMiddleButtonDown
Public propertyIsMiddleButtonUp
Public propertyIsRightButtonDown
Public propertyIsRightButtonUp
Public propertyIsShiftDown
Gets a value indicating whether either shift key is down.
(Inherited from KeyboardState.)
Public propertyMouseWheelDelta
Public propertyPressedKeys
Gets pressed keys.
(Inherited from KeyboardState.)
Public propertyReleasedKeys
Gets released keys.
(Inherited from KeyboardState.)
Public propertyX
Public propertyY
Top
See Also

Reference