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
80c2caba
Commit
80c2caba
authored
Feb 10, 2008
by
Marcus Meissner
Committed by
Alexandre Julliard
Feb 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added some defines for EnumDevicesBySemantics.
parent
c86f2c29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
dinput.h
include/dinput.h
+13
-0
No files found.
include/dinput.h
View file @
80c2caba
...
...
@@ -440,6 +440,19 @@ typedef BOOL (CALLBACK *LPDIENUMDEVICESCALLBACKA)(LPCDIDEVICEINSTANCEA,LPVOID);
typedef
BOOL
(
CALLBACK
*
LPDIENUMDEVICESCALLBACKW
)(
LPCDIDEVICEINSTANCEW
,
LPVOID
);
DECL_WINELIB_TYPE_AW
(
LPDIENUMDEVICESCALLBACK
)
#define DIEDBS_MAPPEDPRI1 0x00000001
#define DIEDBS_MAPPEDPRI2 0x00000002
#define DIEDBS_RECENTDEVICE 0x00000010
#define DIEDBS_NEWDEVICE 0x00000020
#define DIEDBSFL_ATTACHEDONLY 0x00000000
#define DIEDBSFL_THISUSER 0x00000010
#define DIEDBSFL_FORCEFEEDBACK DIEDFL_FORCEFEEDBACK
#define DIEDBSFL_AVAILABLEDEVICES 0x00001000
#define DIEDBSFL_MULTIMICEKEYBOARDS 0x00002000
#define DIEDBSFL_NONGAMINGDEVICES 0x00004000
#define DIEDBSFL_VALID 0x00007110
typedef
BOOL
(
CALLBACK
*
LPDIENUMDEVICESBYSEMANTICSCBA
)(
LPCDIDEVICEINSTANCEA
,
LPDIRECTINPUTDEVICE8A
,
DWORD
,
DWORD
,
LPVOID
);
typedef
BOOL
(
CALLBACK
*
LPDIENUMDEVICESBYSEMANTICSCBW
)(
LPCDIDEVICEINSTANCEW
,
LPDIRECTINPUTDEVICE8W
,
DWORD
,
DWORD
,
LPVOID
);
DECL_WINELIB_TYPE_AW
(
LPDIENUMDEVICESBYSEMANTICSCB
)
...
...
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