C# Class Horde3DNET.Samples.ChicagoNET.InputManager

ファイルを表示 Open project: mgottschlag/horde3d

Public Methods

Method Description
IsKeyDown ( Keys keyCode ) : bool

Checks if a key is pressed.

Update ( ) : void

Updates the key states.

Method Details

IsKeyDown() public static method

Checks if a key is pressed.
public static IsKeyDown ( Keys keyCode ) : bool
keyCode Keys specify key code
return bool

Update() public static method

Updates the key states.
public static Update ( ) : void
return void