Home
last modified time | relevance | path

Searched refs:mDIJoyCaps (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
DWin32JoyStick.cpp150 mDIJoyCaps.dwSize = sizeof(DIDEVCAPS); in _enumerate()
151 if( FAILED(mJoyStick->GetCapabilities(&mDIJoyCaps)) ) in _enumerate()
154 mPOVs = (short)mDIJoyCaps.dwPOVs; in _enumerate()
156 mState.mButtons.resize(mDIJoyCaps.dwButtons); in _enumerate()
157 mState.mAxes.resize(mDIJoyCaps.dwAxes); in _enumerate()
241 _this->mFfDevice = new Win32ForceFeedback(_this->mJoyStick, &_this->mDIJoyCaps); in DIEnumEffectsCallback()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
DWin32JoyStick.h75 DIDEVCAPS mDIJoyCaps; variable