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

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

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

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

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

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

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

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