Table of Contents

Class GameInputHandler.Paths.Mouse

Namespace
Nautilus.Handlers
Assembly
Nautilus.dll
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

string

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

string

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

string

MiddleButton

Represents the 'Middle Button' in the Mouse.
public const string MiddleButton = "/Mouse/middleButton"

Field Value

string

RightButton

Represents the 'Right Button' in the Mouse.
public const string RightButton = "/Mouse/rightButton"

Field Value

string

ScrollDown

Represents the 'Scroll' in the Mouse.
public const string ScrollDown = "/Mouse/scroll/down"

Field Value

string

ScrollUp

Represents the 'Scroll' in the Mouse.
public const string ScrollUp = "/Mouse/scroll/up"

Field Value

string