HomeSort by relevance Sort by last modified time
    Searched refs:attackKey (Results 1 - 3 of 3) 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());
Game.java 555 int attackKey) {
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey);
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 195 milliseconds