C# Класс EmptyKeys.UserInterface.Input.FNAKeyboardState

Implements FNA specific keyboard state
Наследование: KeyboardStateBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FNAKeyboardState() публичный Метод

Initializes a new instance of the FNAKeyboardState class.
public FNAKeyboardState ( ) : System
Результат System

IsKeyPressed() публичный Метод

Determines whether [is key pressed] [the specified key code].
public IsKeyPressed ( KeyCode keyCode ) : bool
keyCode KeyCode The key code.
Результат bool

Update() публичный Метод

Updates this instance.
public Update ( ) : void
Результат void