C# Class EmptyKeys.UserInterface.Input.XenkoKeyboardState

Implements Xenko specific keyboard state
Inheritance: KeyboardStateBase
Afficher le fichier Open project: EmptyKeys/UI_Engines

Méthodes publiques

Méthode Description
IsKeyPressed ( KeyCode keyCode ) : bool

Determines whether [is key pressed] [the specified key code].

Update ( ) : void

Updates this instance.

XenkoKeyboardState ( ) : System

Initializes a new instance of the XenkoKeyboardState class.

Method Details

IsKeyPressed() public méthode

Determines whether [is key pressed] [the specified key code].
public IsKeyPressed ( KeyCode keyCode ) : bool
keyCode KeyCode The key code.
Résultat bool

Update() public méthode

Updates this instance.
public Update ( ) : void
Résultat void

XenkoKeyboardState() public méthode

Initializes a new instance of the XenkoKeyboardState class.
public XenkoKeyboardState ( ) : System
Résultat System