HomeSort by relevance Sort by last modified time
    Searched refs:mPlus (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h 75 bool mPlus;
85 mA = mB = m1 = m2 = mPlus = mMinus = mHome = mUp = mDown = mLeft = mRight = false;
wiimote.cpp 325 mLastButtonStatus.mPlus = (data[0] & 0x10) != 0;
385 if (mLastButtonStatus.mPlus)
OISWiiMote.cpp 126 _doButtonCheck(bState.mPlus, 4, newEvent.pushedButtons, newEvent.releasedButtons);//+

Completed in 41 milliseconds