Searched refs:pressedButtons (Results 1 – 1 of 1) sorted by relevance
103 private final IntMap<Long> pressedButtons = new IntMap<Long>(); field in InputManager188 pressedButtons.put(hash, time); in invokeTimedActions()190 Long pressTimeObj = pressedButtons.remove(hash); in invokeTimedActions()207 if (pressedButtons.size() > 0) for (Entry<Long> pressedButton : pressedButtons) { in invokeUpdateActions()622 pressedButtons.clear(); in reset()