C# Class Keyboard, NewTOAPIA

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CurrentKeyState ( int vKey ) : short

CurrentKeyState Returns the current physical state of a virtual key, independent of any message processing that is currently occuring.

KeyState ( int vKey ) : short
ToString ( ) : string

Private Methods

Méthode Description
Keyboard ( ) : System

Method Details

CurrentKeyState() public static méthode

CurrentKeyState Returns the current physical state of a virtual key, independent of any message processing that is currently occuring.
public static CurrentKeyState ( int vKey ) : short
vKey int one of the virtual key codes
Résultat short

KeyState() public static méthode

public static KeyState ( int vKey ) : short
vKey int
Résultat short

ToString() public méthode

public ToString ( ) : string
Résultat string