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

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

Completed in 187 milliseconds