Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
07b8d362
Commit
07b8d362
authored
Sep 01, 2004
by
Robert Reif
Committed by
Alexandre Julliard
Sep 01, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some missing dfines.
parent
4f5075c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
dinput.h
include/dinput.h
+12
-2
No files found.
include/dinput.h
View file @
07b8d362
...
...
@@ -638,7 +638,7 @@ typedef struct _DIOBJECTDATAFORMAT {
DWORD
dwFlags
;
}
DIOBJECTDATAFORMAT
,
*
LPDIOBJECTDATAFORMAT
;
typedef
struct
{
typedef
struct
_DIDATAFORMAT
{
DWORD
dwSize
;
DWORD
dwObjSize
;
DWORD
dwFlags
;
...
...
@@ -648,7 +648,17 @@ typedef struct {
}
DIDATAFORMAT
,
*
LPDIDATAFORMAT
;
typedef
const
DIDATAFORMAT
*
LPCDIDATAFORMAT
;
typedef
struct
{
#define DIDOI_FFACTUATOR 0x00000001
#define DIDOI_FFEFFECTTRIGGER 0x00000002
#define DIDOI_POLLED 0x00008000
#define DIDOI_ASPECTPOSITION 0x00000100
#define DIDOI_ASPECTVELOCITY 0x00000200
#define DIDOI_ASPECTACCEL 0x00000300
#define DIDOI_ASPECTFORCE 0x00000400
#define DIDOI_ASPECTMASK 0x00000F00
#define DIDOI_GUIDISUSAGE 0x00010000
typedef
struct
DIPROPHEADER
{
DWORD
dwSize
;
DWORD
dwHeaderSize
;
DWORD
dwObj
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment