C# Class Mosa.EmulatedDevices.Synthetic.Keyboard

Implements an emulated keyboard
Inheritance: Mosa.DeviceSystem.Device, IKeyboard
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

AcceptKey() public méthode

Accepts the key.
public AcceptKey ( Key key ) : void
key Mosa.DeviceSystem.Key The key.
Résultat void

GetKeyPressed() public méthode

Gets the key.
public GetKeyPressed ( ) : Key
Résultat Mosa.DeviceSystem.Key

GetKeyPressed_OLD() public méthode

Gets the key pressed.
public GetKeyPressed_OLD ( ) : Key
Résultat Mosa.DeviceSystem.Key

Keyboard() public méthode

Initializes a new instance of the Keyboard class.
public Keyboard ( ) : System
Résultat System

Keyboard() public méthode

Initializes a new instance of the Keyboard class.
public Keyboard ( DisplayForm display ) : System
display DisplayForm
Résultat System