Méthode | Description | |
---|---|---|
IsKeyDown ( Keys key ) : bool |
Is the specified key currently pressed down.
|
|
IsKeyToggled ( Keys key ) : bool |
Is the specified key currently toggled.
|
Méthode | Description | |
---|---|---|
GetKeyState ( Keys key ) : int | ||
GetKeyState ( int keyCode ) : short | ||
SendMessage ( |
||
TrackMouseEvent ( TRACKMOUSEEVENTS &tme ) : bool |
public static IsKeyDown ( Keys key ) : bool | ||
key | Keys | Key to test. |
Résultat | bool |
public static IsKeyToggled ( Keys key ) : bool | ||
key | Keys | Key to test. |
Résultat | bool |