[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Rage.MouseState"]
Inheritance Hierarchy
RageKeyboardState
RageMouseState
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
The MouseState type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MouseState | Initializes a new instance of the MouseState class |
Properties
| Name | Description | |
|---|---|---|
| AllKeys |
Gets all keys.
(Inherited from KeyboardState.) | |
| IsAltDown |
Gets a value indicating whether either alt key is down.
(Inherited from KeyboardState.) | |
| IsControlDown |
Gets a value indicating whether either control key is down.
(Inherited from KeyboardState.) | |
| IsLeftButtonDown | ||
| IsLeftButtonUp | ||
| IsMiddleButtonDown | ||
| IsMiddleButtonUp | ||
| IsRightButtonDown | ||
| IsRightButtonUp | ||
| IsShiftDown |
Gets a value indicating whether either shift key is down.
(Inherited from KeyboardState.) | |
| MouseWheelDelta | ||
| PressedKeys |
Gets pressed keys.
(Inherited from KeyboardState.) | |
| ReleasedKeys |
Gets released keys.
(Inherited from KeyboardState.) | |
| X | ||
| Y |
Methods
| Name | Description | |
|---|---|---|
| IsDown |
Determines whether the specified key is down.
(Inherited from KeyboardState.) | |
| IsUp |
Determines whether the specified key is up.
(Inherited from KeyboardState.) |
See Also