OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mButtonC
(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
107
bool
mButtonC
;
112
mButtonC
= mButtonZ = false;
wiimote.cpp
404
if (mLastChuckReport.
mButtonC
)
640
mLastChuckReport.
mButtonC
= (NunChuckByte(data[5]) & 0x2) == 0;
OISWiiMote.cpp
159
_doButtonCheck(bState.
mButtonC
, 7, newEvent.pushedButtons, newEvent.releasedButtons); //C
Completed in 52 milliseconds