mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SDK][INCLUDE] Add WM_INPUT_DEVICE_CHANGE and WM_INPUT (#1728)
- Add WM_INPUT_DEVICE_CHANGE and WM_INPUT messages. - Add the relevant constant values.
This commit is contained in:
parent
d46edf494d
commit
d3cdbad206
1 changed files with 6 additions and 0 deletions
|
@ -1687,6 +1687,12 @@ extern "C" {
|
|||
#define WM_NCXBUTTONDBLCLK 173
|
||||
#endif /* (_WIN32_WINNT >= 0x0500) */
|
||||
|
||||
#define GIDC_ARRIVAL 1
|
||||
#define GIDC_REMOVAL 2
|
||||
|
||||
#define WM_INPUT_DEVICE_CHANGE 254
|
||||
#define WM_INPUT 255
|
||||
|
||||
#define WM_KEYFIRST 256
|
||||
#define WM_KEYDOWN 256
|
||||
#define WM_KEYUP 257
|
||||
|
|
Loading…
Reference in a new issue