KeybdEventFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum KeybdEventFlags
<FlagsAttribute>
Public Enumeration KeybdEventFlags
Dim instance As KeybdEventFlags
[FlagsAttribute]
public enum class KeybdEventFlags
[<FlagsAttribute>]
type KeybdEventFlags
No code example is currently available or this language may not be supported.
NonExtendedKey |
0 |
The scan code was not preceded by a prefix byte having the value 0xE0 (224).
|
ExtendedKey |
1 |
The scan code was preceded by a prefix byte having the value 0xE0 (224).
|
KeyUp |
2 |
The key is being released. If this flag is not specified, the key is being pressed.
|