OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIDEVICEOBJECTDATA
(Results
1 - 7
of
7
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32JoyStick.h
70
bool _doButtonClick( int button,
DIDEVICEOBJECTDATA
& di );
71
bool _changePOV( int pov,
DIDEVICEOBJECTDATA
& di );
Win32Mouse.h
50
bool _doMouseClick( int mouseButton,
DIDEVICEOBJECTDATA
& di );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp
94
DIDEVICEOBJECTDATA
diBuff[MOUSE_DX_BUFFERSIZE];
97
HRESULT hr = mMouse->GetDeviceData( sizeof(
DIDEVICEOBJECTDATA
), diBuff, &entries, 0 );
104
hr = mMouse->GetDeviceData( sizeof(
DIDEVICEOBJECTDATA
), diBuff, &entries, 0 );
194
bool Win32Mouse::_doMouseClick( int mouseButton,
DIDEVICEOBJECTDATA
& di )
Win32KeyBoard.cpp
104
DIDEVICEOBJECTDATA
diBuff[KEYBOARD_DX_BUFFERSIZE];
110
hr = mKeyboard->GetDeviceData( sizeof(
DIDEVICEOBJECTDATA
), diBuff, &entries, 0 );
Win32JoyStick.cpp
261
DIDEVICEOBJECTDATA
diBuff[JOYSTICK_DX_BUFFERSIZE];
267
hr = mJoyStick->GetDeviceData( sizeof(
DIDEVICEOBJECTDATA
), diBuff, &entries, 0 );
277
hr = mJoyStick->GetDeviceData( sizeof(
DIDEVICEOBJECTDATA
), diBuff, &entries, 0 );
500
bool Win32JoyStick::_doButtonClick( int button,
DIDEVICEOBJECTDATA
& di )
519
bool Win32JoyStick::_changePOV( int pov,
DIDEVICEOBJECTDATA
& di )
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h
712
typedef struct
DIDEVICEOBJECTDATA
{
720
}
DIDEVICEOBJECTDATA
, *LPDIDEVICEOBJECTDATA;
721
typedef const
DIDEVICEOBJECTDATA
*LPCDIDEVICEOBJECTDATA;
[
all
...]
Completed in 58 milliseconds