C# Class Common.InputState

Show file Open project: gamemachine/gamemachine

Public Properties

Property Type Description
activeInputs HashSet
cameraDisabled bool
chatfocus bool
dragging bool

Public Methods

Method Description
CameraDisabled ( ) : bool
KeyInputActive ( ) : bool
SetInput ( string key, bool active ) : void

Method Details

CameraDisabled() public static method

public static CameraDisabled ( ) : bool
return bool

KeyInputActive() public static method

public static KeyInputActive ( ) : bool
return bool

SetInput() public static method

public static SetInput ( string key, bool active ) : void
key string
active bool
return void

Property Details

activeInputs public static property

public static HashSet activeInputs
return HashSet

cameraDisabled public static property

public static bool cameraDisabled
return bool

chatfocus public static property

public static bool chatfocus
return bool

dragging public static property

public static bool dragging
return bool