Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
DTestComboMoves.java51 private ComboMoveExecution fireballExec; field in TestComboMoves
139 fireballExec = new ComboMoveExecution(fireball); in simpleInitApp()
153 fireballExec.updateExpiration(time); in simpleUpdate()
154 fireballText.setText("Fireball Exec: " + fireballExec.getDebugString()); in simpleUpdate()
185 if (fireballExec.updateState(pressedMappings, time)){ in onAction()