Class GameInputHandler.Paths.Mouse
A class containing all valid binding paths for mice.
public static class GameInputHandler.Paths.Mouse
- Inheritance
-
GameInputHandler.Paths.Mouse
- Inherited Members
Fields
BackButton
Represents the 'Southern button' in the Mouse.
public const string BackButton = "/Mouse/backButton"
Field Value
Remarks
Only some mouse, especially macro mouse have this button.
ForwardButton
Represents the 'Northern button' in the Mouse.
public const string ForwardButton = "/Mouse/forwardButton"
Field Value
Remarks
Only some mouse, especially macro mouse have this button.
LeftButton
Represents the 'Left Button' in the Mouse.
public const string LeftButton = "/Mouse/leftButton"
Field Value
MiddleButton
Represents the 'Middle Button' in the Mouse.
public const string MiddleButton = "/Mouse/middleButton"
Field Value
RightButton
Represents the 'Right Button' in the Mouse.
public const string RightButton = "/Mouse/rightButton"
Field Value
ScrollDown
Represents the 'Scroll' in the Mouse.
public const string ScrollDown = "/Mouse/scroll/down"
Field Value
ScrollUp
Represents the 'Scroll' in the Mouse.
public const string ScrollUp = "/Mouse/scroll/up"