C# Class Common.InputState

ファイルを表示 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_oe static_oe property

public static HashSet activeInputs
return HashSet

cameraDisabled public_oe static_oe property

public static bool cameraDisabled
return bool

chatfocus public_oe static_oe property

public static bool chatfocus
return bool

dragging public_oe static_oe property

public static bool dragging
return bool