Module: wine Branch: master Commit: 67ae62e2263694b93fc01cc9799878dd80766420 URL: https://source.winehq.org/git/wine.git/?a=commit;h=67ae62e2263694b93fc01cc97...
Author: Ivo Ivanov logos128@gmail.com Date: Thu Nov 18 09:53:10 2021 +0100
include: Declare DIPROP_(PHYSICAL|LOGICAL)RANGE properties.
Signed-off-by: Ivo Ivanov logos128@gmail.com Signed-off-by: RĂ©mi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/dinput.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/dinput.h b/include/dinput.h index a073054b388..71cc55aece5 100644 --- a/include/dinput.h +++ b/include/dinput.h @@ -917,6 +917,9 @@ typedef const DIPROPPOINTER *LPCDIPROPPOINTER; #define DIPROP_PRODUCTNAME MAKEDIPROP(14) #define DIPROP_JOYSTICKID MAKEDIPROP(15)
+#define DIPROP_PHYSICALRANGE MAKEDIPROP(18) +#define DIPROP_LOGICALRANGE MAKEDIPROP(19) + #define DIPROP_KEYNAME MAKEDIPROP(20) #define DIPROP_CPOINTS MAKEDIPROP(21) #define DIPROP_APPDATA MAKEDIPROP(22)