[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:
Katayama Hirofumi MZ
2019-07-15 20:32:53 +09:00
committed by GitHub
parent d46edf494d
commit d3cdbad206

View File

@@ -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