Searched refs:jumpKey (Results 1 - 3 of 3) sorted by last modified time

/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java313 final int jumpKey = prefs.getInt(PreferenceConstants.PREFERENCE_JUMP_KEY, KeyEvent.KEYCODE_SPACE);
318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey);
H A DGame.java554 public void setKeyConfig(int leftKey, int rightKey, int jumpKey, argument
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey);
H A DInputGameInterface.java197 final InputButton jumpKey = keys[mJumpKeyCode];
215 if (jumpKey.getPressed()) {
216 mJumpButton.press(jumpKey.getLastPressedTime(), jumpKey.getMagnitude());

Completed in 102 milliseconds