Class Settings.Input
Settings related to input.
Inherited Members
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public static class Settings.Input
Properties
DoKeyboard
Indicates that the GameHost should process keyboard input.
Declaration
public static bool DoKeyboard { get; set; }
Property Value
Type | Description |
---|---|
bool |
DoMouse
Indicates that the GameHost should process mouse input.
Declaration
public static bool DoMouse { get; set; }
Property Value
Type | Description |
---|---|
bool |
MouseClickTime
The maximum amount of time to trigger a mouse click.
Declaration
public static TimeSpan MouseClickTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
MouseDoubleClickTime
The maximum amount of time to trigger a mouse double click.
Declaration
public static TimeSpan MouseDoubleClickTime { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
ProcessMouseOffscreen
Not currently used
Declaration
public static bool ProcessMouseOffscreen { get; set; }
Property Value
Type | Description |
---|---|
bool |