GetDeviceLparam Enumeration
Specifies a type of input device event
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.
public enum GetDeviceLparam
Public Enumeration GetDeviceLparam
Dim instance As GetDeviceLparam
public enum class GetDeviceLparam
No code example is currently available or this language may not be supported.
Key |
0 |
User pressed a key.
|
Oem |
4,096 |
An unidentified hardware source generated the event.
It could be a mouse or a keyboard event.
|
Mouse |
32,768 |
User clicked a mouse button.
|