RawKeyboardFlags Enumeration
Flags for raw keyboard input,
Flags member.
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 RawKeyboardFlags
<FlagsAttribute>
Public Enumeration RawKeyboardFlags
Dim instance As RawKeyboardFlags
[FlagsAttribute]
public enum class RawKeyboardFlags
[<FlagsAttribute>]
type RawKeyboardFlags
No code example is currently available or this language may not be supported.
KeyMake |
0 |
The key is down.
|
KeyBreak |
1 |
The key is up.
|
KeyE0 |
2 |
This is the left version of the key.
|
KeyE1 |
4 |
This is the right version of the key.
|
TerminalServerSetLed |
8 |
Not Documented.
|
TerminalServerShadow |
16 |
Not Documented.
|
TerminalServerVkpacket |
32 |
Not Documented.
|