Méthode | Description | |
---|---|---|
AreAllDown ( IEnumerable |
Idicates weather every of specified keys were down at the moment when snapshot was created. The method returns flase if even one of them was up.
|
|
GetCurrent ( ) : |
Makes a snapshot of a keyboard state to the moment of call and returns an instance of KeyboardState class.
|
|
IsDown ( Keys key ) : bool |
Indicates wether specified key was down at the moment when snapshot was created or not.
|
|
IsToggled ( Keys key ) : bool |
Indiceate weather specified key was toggled at the moment when snapshot was created or not.
|
Méthode | Description | |
---|---|---|
GetHighBit ( byte value ) : bool | ||
GetKeyState ( Keys key ) : byte | ||
GetLowBit ( byte value ) : bool | ||
GetNativeState ( ) : byte[] | ||
KeyboardState ( byte keyboardStateNative ) : System |
public AreAllDown ( IEnumerable |
||
keys | IEnumerable |
Keys to verify wether they were down or not. |
Résultat | bool |
public static GetCurrent ( ) : |
||
Résultat |
public IsDown ( Keys key ) : bool | ||
key | Keys | Key (corresponds to the virtual code of the key) |
Résultat | bool |
public IsToggled ( Keys key ) : bool | ||
key | Keys | Key (corresponds to the virtual code of the key) |
Résultat | bool |