include: Add some missing defines to xinput.h.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
689e94c597
commit
3b19726788
|
@ -117,7 +117,10 @@
|
||||||
#define XINPUT_DEVSUBTYPE_FLIGHT_SICK 0x04
|
#define XINPUT_DEVSUBTYPE_FLIGHT_SICK 0x04
|
||||||
#define XINPUT_DEVSUBTYPE_DANCE_PAD 0x05
|
#define XINPUT_DEVSUBTYPE_DANCE_PAD 0x05
|
||||||
#define XINPUT_DEVSUBTYPE_GUITAR 0x06
|
#define XINPUT_DEVSUBTYPE_GUITAR 0x06
|
||||||
|
#define XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE 0x07
|
||||||
#define XINPUT_DEVSUBTYPE_DRUM_KIT 0x08
|
#define XINPUT_DEVSUBTYPE_DRUM_KIT 0x08
|
||||||
|
#define XINPUT_DEVSUBTYPE_GUITAR_BASS 0x0b
|
||||||
|
#define XINPUT_DEVSUBTYPE_ARCADE_PAD 0x13
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are used with the XInputGetCapabilities function to
|
* These are used with the XInputGetCapabilities function to
|
||||||
|
|
Loading…
Reference in New Issue