mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
include: Added some dinput8 DIPROP definitions.
This commit is contained in:
parent
38f476399c
commit
ea0181c94f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user