Settings.Input Class
Definition
Section titled “Definition”Settings related to input.
public static class Settings.InputInheritance object
Properties
Section titled “Properties”ProcessMouseOffscreen
Section titled “ProcessMouseOffscreen”Not currently used
public static bool ProcessMouseOffscreen { get; set; }DoMouse
Section titled “DoMouse”Indicates that the GameHost should process mouse input.
public static bool DoMouse { get; set; }DoKeyboard
Section titled “DoKeyboard”Indicates that the GameHost should process keyboard input.
public static bool DoKeyboard { get; set; }MouseClickTime
Section titled “MouseClickTime”The maximum amount of time to trigger a mouse click.
public static TimeSpan MouseClickTime { get; set; }MouseDoubleClickTime
Section titled “MouseDoubleClickTime”The maximum amount of time to trigger a mouse double click.
public static TimeSpan MouseDoubleClickTime { get; set; }