OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dwDevType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h
346
#define GET_DIDEVICE_TYPE(
dwDevType
) LOBYTE(
dwDevType
)
347
#define GET_DIDEVICE_SUBTYPE(
dwDevType
) HIBYTE(
dwDevType
)
422
DWORD
dwDevType
;
431
DWORD
dwDevType
;
445
DWORD
dwDevType
;
460
DWORD
dwDevType
;
[
all
...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h
516
#define GET_DIDEVICE_TYPE(
dwDevType
) LOBYTE(
dwDevType
)
517
#define GET_DIDEVICE_SUBTYPE(
dwDevType
) HIBYTE(
dwDevType
)
524
DWORD
dwDevType
;
534
DWORD
dwDevType
;
[
all
...]
Completed in 187 milliseconds