Show / Hide Table of Contents

Class Settings.Input

Settings related to input.

Inheritance
object
Settings.Input
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article

Back to top

Back to top Generated by DocFX