C# Класс Mosa.EmulatedDevices.Synthetic.Keyboard

Implements an emulated keyboard
Наследование: Mosa.DeviceSystem.Device, IKeyboard
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AcceptKey ( Key key ) : void

Accepts the key.

GetKeyPressed ( ) : Key

Gets the key.

GetKeyPressed_OLD ( ) : Key

Gets the key pressed.

Keyboard ( ) : System

Initializes a new instance of the Keyboard class.

Keyboard ( DisplayForm display ) : System

Initializes a new instance of the Keyboard class.

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

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

Accepts the key.
public AcceptKey ( Key key ) : void
key Mosa.DeviceSystem.Key The key.
Результат void

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

Gets the key.
public GetKeyPressed ( ) : Key
Результат Mosa.DeviceSystem.Key

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

Gets the key pressed.
public GetKeyPressed_OLD ( ) : Key
Результат Mosa.DeviceSystem.Key

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

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

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

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