Searched defs:pressedMappings (Results 1 – 3 of 3) sorted by relevance
42 private String[] pressedMappings; field in ComboMove.ComboMoveState46 … public ComboMoveState(String[] pressedMappings, String[] unpressedMappings, float timeElapsed) { in ComboMoveState()103 public ComboMove press(String ... pressedMappings){ in press()
54 private boolean isStateSatisfied(HashSet<String> pressedMappings, float time, in isStateSatisfied()96 public boolean updateState(HashSet<String> pressedMappings, float time){ in updateState()
48 private HashSet<String> pressedMappings = new HashSet<String>(); field in TestComboMoves