OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateLeftKey
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
CameraInputController.java
66
public int
rotateLeftKey
= Keys.D;
231
else if (keycode ==
rotateLeftKey
) rotateLeftPressed = true;
247
else if (keycode ==
rotateLeftKey
) rotateLeftPressed = false;
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
Animation3DTest.java
67
inputController.
rotateLeftKey
= inputController.rotateRightKey = inputController.forwardKey = inputController.backwardKey = 0;
Completed in 38 milliseconds