C# Class EmptyKeys.UserInterface.Input.FNAKeyboardState

Implements FNA specific keyboard state
Inheritance: KeyboardStateBase
Show file Open project: EmptyKeys/UI_Engines

Public Methods

Method Description
FNAKeyboardState ( ) : System

Initializes a new instance of the FNAKeyboardState class.

IsKeyPressed ( KeyCode keyCode ) : bool

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

Update ( ) : void

Updates this instance.

Method Details

FNAKeyboardState() public method

Initializes a new instance of the FNAKeyboardState class.
public FNAKeyboardState ( ) : System
return System

IsKeyPressed() public method

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

Update() public method

Updates this instance.
public Update ( ) : void
return void