include: Add missing XINPUT_CAPS_ defines.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ff4f1c2e3a
commit
3adddfecc3
|
@ -157,6 +157,9 @@
|
|||
#define XUSER_INDEX_ANY 0x000000FF
|
||||
|
||||
#define XINPUT_CAPS_FFB_SUPPORTED 0x0001
|
||||
#define XINPUT_CAPS_WIRELESS 0x0002
|
||||
#define XINPUT_CAPS_PMD_SUPPORTED 0x0008
|
||||
#define XINPUT_CAPS_NO_NAVIGATION 0x0010
|
||||
|
||||
/*
|
||||
* Defines the structure of an xbox 360 joystick.
|
||||
|
|
Loading…
Reference in New Issue