Searched refs:shurikenExec (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
H A DTestComboMoves.java55 private ComboMoveExecution shurikenExec; field in class:TestComboMoves
140 shurikenExec = new ComboMoveExecution(shuriken);
150 shurikenExec.updateExpiration(time);
151 shurikenText.setText("Shuriken Exec: " + shurikenExec.getDebugString());
181 if (shurikenExec.updateState(pressedMappings, time)){

Completed in 195 milliseconds