HomeSort by relevance Sort by last modified time
    Searched defs:attackKey (Results 1 - 2 of 2) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 225 final InputButton attackKey = keys[mAttackKeyCode];
236 } else if (attackKey.getPressed()) {
237 mAttackButton.press(attackKey.getLastPressedTime(), attackKey.getMagnitude());
AndouKun.java 314 final int attackKey = prefs.getInt(PreferenceConstants.PREFERENCE_ATTACK_KEY, KeyEvent.KEYCODE_SHIFT_LEFT);
318 mGame.setKeyConfig(leftKey, rightKey, jumpKey, attackKey);

Completed in 1088 milliseconds