MouseState Class

RAGE Plugin Hook Documentation

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

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

Inheritance Hierarchy

SystemObject
  RageKeyboardState
    RageMouseState

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

[SerializableAttribute]
public sealed class MouseState : KeyboardState

The MouseState type exposes the following members.

Constructors

  NameDescription
Public methodMouseState
Initializes a new instance of the MouseState class
Top
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
Methods

  NameDescription
Public methodIsDown
Determines whether the specified key is down.
(Inherited from KeyboardState.)
Public methodIsUp
Determines whether the specified key is up.
(Inherited from KeyboardState.)
Top
See Also

Reference