Click or drag to resize
MouseState Enumeration
Mouse state.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum MouseState
Members
  Member nameValueDescription
None0 A state of no interest.
LeftButtonDown1 The left button was just pressed down.
LeftButtonHeld2 The left button is being held.
RightButtonDown3 The right button was just pressed down.
RightButtonHeld4 The right button is being held.
See Also