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 static readonly string BackButton

Field Value

string

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

string

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

string

MiddleButton

Represents the 'Middle Button' in the Mouse.
public static readonly string MiddleButton

Field Value

string

RightButton

Represents the 'Right Button' in the Mouse.
public static readonly string RightButton

Field Value

string

ScrollDown

Represents the 'Scroll' in the Mouse.
public static readonly string ScrollDown

Field Value

string

ScrollUp

Represents the 'Scroll' in the Mouse.
public static readonly string ScrollUp

Field Value

string