KeyboardState Class

RAGE Plugin Hook Documentation

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

[Missing <summary> documentation for "T:Rage.KeyboardState"]

Inheritance Hierarchy

SystemObject
  RageKeyboardState
    RageMouseState

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
public class KeyboardState

The KeyboardState type exposes the following members.

Constructors

  NameDescription
Public methodKeyboardState
Initializes a new instance of the KeyboardState class
Top
Properties

  NameDescription
Public propertyAllKeys
Gets all keys.
Public propertyIsAltDown
Gets a value indicating whether either alt key is down.
Public propertyIsControlDown
Gets a value indicating whether either control key is down.
Public propertyIsShiftDown
Gets a value indicating whether either shift key is down.
Public propertyPressedKeys
Gets pressed keys.
Public propertyReleasedKeys
Gets released keys.
Top
Methods

  NameDescription
Public methodIsDown
Determines whether the specified key is down.
Public methodIsUp
Determines whether the specified key is up.
Top
See Also

Reference