mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
- Add QS_RAWINPUT.
svn path=/trunk/; revision=38925
This commit is contained in:
parent
306b8ac8b2
commit
a7bf412ad2
1 changed files with 1 additions and 0 deletions
|
@ -840,6 +840,7 @@ extern "C" {
|
|||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define QS_ALLEVENTS 1215
|
||||
#define QS_ALLINPUT 1279
|
||||
#define QS_RAWINPUT 1024
|
||||
#else
|
||||
#define QS_ALLEVENTS 191
|
||||
#define QS_ALLINPUT 255
|
||||
|
|
Loading…
Reference in a new issue