C# Class Horde3DNET.Samples.ChicagoNET.InputManager

Afficher le fichier Open project: mgottschlag/horde3d

Méthodes publiques

Méthode Description
IsKeyDown ( Keys keyCode ) : bool

Checks if a key is pressed.

Update ( ) : void

Updates the key states.

Method Details

IsKeyDown() public static méthode

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

Update() public static méthode

Updates the key states.
public static Update ( ) : void
Résultat void