C# Класс OpenTK.Input.Keyboard

Provides access to keyboard devices. Note: this API is not implemented yet.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetState ( ) : KeyboardState

Retrieves the KeyboardState for the default keyboard device.

GetState ( int index ) : KeyboardState

Retrieves the KeyboardState for the specified keyboard device.

Приватные методы

Метод Описание
Keyboard ( ) : System

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

GetState() публичный статический Метод

Retrieves the KeyboardState for the default keyboard device.
public static GetState ( ) : KeyboardState
Результат KeyboardState

GetState() публичный статический Метод

Retrieves the KeyboardState for the specified keyboard device.
public static GetState ( int index ) : KeyboardState
index int The index of the keyboard device.
Результат KeyboardState