Home
last modified time | relevance | path

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

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