Alistair Leslie-Hughes : include: Add missing XINPUT_CAPS_ defines.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 15:53:06 CDT 2018


Module: wine
Branch: master
Commit: 3adddfecc31fee89200cd953ab729d542ec6e6a4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3adddfecc31fee89200cd953ab729d542ec6e6a4

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Tue Oct 16 02:30:06 2018 +0000

include: Add missing XINPUT_CAPS_ defines.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/xinput.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/xinput.h b/include/xinput.h
index dae8cad..73b8c92 100644
--- a/include/xinput.h
+++ b/include/xinput.h
@@ -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.




More information about the wine-cvs mailing list