OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stilltime
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DCharacterControllerTest.java
56
float
stillTime
= 0;
208
// calculate
stilltime
& damp
210
stillTime
+= Gdx.graphics.getDeltaTime();
213
stillTime
= 0;
221
if (!Gdx.input.isKeyPressed(Keys.A) && !Gdx.input.isKeyPressed(Keys.D) &&
stillTime
> 0.2) {
Completed in 143 milliseconds