C# Class OpenTK.Input.Keyboard

Provides access to keyboard devices. Note: this API is not implemented yet.
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
GetState ( ) : KeyboardState

Retrieves the KeyboardState for the default keyboard device.

GetState ( int index ) : KeyboardState

Retrieves the KeyboardState for the specified keyboard device.

Private Methods

Méthode Description
Keyboard ( ) : System

Method Details

GetState() public static méthode

Retrieves the KeyboardState for the default keyboard device.
public static GetState ( ) : KeyboardState
Résultat KeyboardState

GetState() public static méthode

Retrieves the KeyboardState for the specified keyboard device.
public static GetState ( int index ) : KeyboardState
index int The index of the keyboard device.
Résultat KeyboardState