OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forwardKey
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
CameraInputController.java
60
public int
forwardKey
= Keys.W;
225
if (keycode ==
forwardKey
)
241
if (keycode ==
forwardKey
)
/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 49 milliseconds