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 static readonly string BackButton
Field Value
Remarks
Only some mouse, especially macro mouse have this button.
ForwardButton
Represents the 'Northern button' in the Mouse.
public static readonly string ForwardButton
Field Value
Remarks
Only some mouse, especially macro mouse have this button.
LeftButton
Represents the 'Left Button' in the Mouse.
public static readonly string LeftButton
Field Value
MiddleButton
Represents the 'Middle Button' in the Mouse.
public static readonly string MiddleButton
Field Value
RightButton
Represents the 'Right Button' in the Mouse.
public static readonly string RightButton
Field Value
ScrollDown
Represents the 'Scroll' in the Mouse.
public static readonly string ScrollDown
Field Value
ScrollUp
Represents the 'Scroll' in the Mouse.
public static readonly string ScrollUp