Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
DTestComboMoves.java63 private ComboMoveExecution punchExec; field in TestComboMoves
142 punchExec = new ComboMoveExecution(punch); in simpleInitApp()
159 punchExec.updateExpiration(time); in simpleUpdate()
160 punchText.setText("Punch Exec: " + punchExec.getDebugString()); in simpleUpdate()
193 if (punchExec.updateState(pressedMappings, time)){ in onAction()