From ea0181c94fc77c846ef02daeef0a36a32d89f541 Mon Sep 17 00:00:00 2001 From: Lucas Fialho Zawacki Date: Thu, 19 May 2011 22:41:23 -0300 Subject: [PATCH] include: Added some dinput8 DIPROP definitions. --- include/dinput.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/dinput.h b/include/dinput.h index c52a1b7758..afcb3c34be 100644 --- a/include/dinput.h +++ b/include/dinput.h @@ -766,6 +766,14 @@ typedef const DIPROPSTRING *LPCDIPROPSTRING; #define DIPROP_KEYNAME MAKEDIPROP(20) #define DIPROP_VIDPID MAKEDIPROP(24) +#define DIPROP_KEYNAME MAKEDIPROP(20) +#define DIPROP_CPOINTS MAKEDIPROP(21) +#define DIPROP_APPDATA MAKEDIPROP(22) +#define DIPROP_SCANCODE MAKEDIPROP(23) +#define DIPROP_VIDPID MAKEDIPROP(24) +#define DIPROP_USERNAME MAKEDIPROP(25) +#define DIPROP_TYPENAME MAKEDIPROP(26) + typedef struct DIDEVCAPS_DX3 { DWORD dwSize; DWORD dwFlags;