OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:joySettings
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32InputManager.h
101
DWORD
joySettings
;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32InputManager.cpp
39
joySettings
= 0;
115
joySettings
|= temp[i->second];
119
if(
joySettings
== 0 )
joySettings
= DISCL_FOREGROUND | DISCL_EXCLUSIVE;
259
obj = new Win32JoyStick(this, mDirectInput, bufferMode,
joySettings
, *i);
Completed in 75 milliseconds