OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coopSetting
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32Mouse.h
54
DWORD
coopSetting
;
Win32KeyBoard.h
73
DWORD
coopSetting
;
Win32JoyStick.h
76
DWORD
coopSetting
;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp
36
coopSetting
= coopSettings;
64
if( FAILED(mMouse->SetCooperativeLevel(mHwnd,
coopSetting
)) )
161
if(
coopSetting
& DISCL_NONEXCLUSIVE )
Win32KeyBoard.cpp
37
coopSetting
= coopSettings;
59
if(FAILED(mKeyboard->SetCooperativeLevel( hwin,
coopSetting
)))
Win32JoyStick.cpp
68
coopSetting
(coopSettings),
122
if(FAILED(mJoyStick->SetCooperativeLevel( hwin,
coopSetting
)))
Completed in 886 milliseconds