OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPOV
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxJoyStickEvents.cpp
169
mState.
mPOV
[OIS_POVIndex].direction &= 0x11110011;
171
mState.
mPOV
[OIS_POVIndex].direction |= Pov::West;
173
mState.
mPOV
[OIS_POVIndex].direction |= Pov::East;
179
mState.
mPOV
[OIS_POVIndex].direction &= 0x11111100;
181
mState.
mPOV
[OIS_POVIndex].direction |= Pov::North;
183
mState.
mPOV
[OIS_POVIndex].direction |= Pov::South;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISJoyStick.h
79
Pov
mPOV
[4];
108
mPOV
[i].direction = Pov::Centered;
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32JoyStick.cpp
447
int previousPov = mState.
mPOV
[0].direction;
448
int& pov = mState.
mPOV
[0].direction;
525
mState.
mPOV
[pov].direction = Pov::Centered;
531
case 0: mState.
mPOV
[pov].direction = Pov::North; break;
532
case 4500: mState.
mPOV
[pov].direction = Pov::NorthEast; break;
533
case 9000: mState.
mPOV
[pov].direction = Pov::East; break;
534
case 13500: mState.
mPOV
[pov].direction = Pov::SouthEast; break;
535
case 18000: mState.
mPOV
[pov].direction = Pov::South; break;
536
case 22500: mState.
mPOV
[pov].direction = Pov::SouthWest; break;
537
case 27000: mState.
mPOV
[pov].direction = Pov::West; break
[
all
...]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp
125
if( arg.state.
mPOV
[pov].direction & Pov::North ) //Going up
127
else if( arg.state.
mPOV
[pov].direction & Pov::South ) //Going down
130
if( arg.state.
mPOV
[pov].direction & Pov::East ) //Going right
132
else if( arg.state.
mPOV
[pov].direction & Pov::West ) //Going left
135
if( arg.state.
mPOV
[pov].direction == Pov::Centered ) //stopped/centered out
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/
com.badlogic.gdx.controllers.desktop.ois.OisJoystick.cpp
60
env->CallVoidMethod(obj, povMovedId, (jint)povId, (jint)event.state.
mPOV
[povId].direction);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMote.cpp
338
mState.
mPOV
[0].direction = events[i].povDirection;
Completed in 209 milliseconds