Skip to content

Settings.Input Class

Settings related to input.

C#
public static class Settings.Input

Inheritance object

Not currently used

C#
public static bool ProcessMouseOffscreen { get; set; }

Indicates that the GameHost should process mouse input.

C#
public static bool DoMouse { get; set; }

Indicates that the GameHost should process keyboard input.

C#
public static bool DoKeyboard { get; set; }

The maximum amount of time to trigger a mouse click.

C#
public static TimeSpan MouseClickTime { get; set; }

The maximum amount of time to trigger a mouse double click.

C#
public static TimeSpan MouseDoubleClickTime { get; set; }