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