[PATCH] include : Add missing XINPUT_CAPS_ defines

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Oct 15 21:30:06 CDT 2018


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 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.
-- 
1.9.1




More information about the wine-devel mailing list