HomeSort by relevance Sort by last modified time
    Searched refs:inputGameInterface (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 48 public InputGameInterface inputGameInterface;
Game.java 115 InputGameInterface inputInterface = new InputGameInterface();
117 BaseObject.sSystemRegistry.inputGameInterface = inputInterface;
522 BaseObject.sSystemRegistry.inputGameInterface.setUseClickForAttack(clickAttack);
523 BaseObject.sSystemRegistry.inputGameInterface.setUseOrientationForMovement(tiltControls);
524 BaseObject.sSystemRegistry.inputGameInterface.setOrientationMovementSensitivity((tiltSensitivity / 100.0f));
525 BaseObject.sSystemRegistry.inputGameInterface.setMovementSensitivity((movementSensitivity / 100.0f));
526 BaseObject.sSystemRegistry.inputGameInterface.setUseOnScreenControls(onScreenControls);
556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey);
PlayerComponent.java 120 InputGameInterface input = sSystemRegistry.inputGameInterface;
319 final InputGameInterface input = sSystemRegistry.inputGameInterface;
335 final InputGameInterface input = sSystemRegistry.inputGameInterface;
GhostComponent.java 61 final InputGameInterface input = sSystemRegistry.inputGameInterface;
AnimationComponent.java 206 InputGameInterface input = sSystemRegistry.inputGameInterface;

Completed in 32 milliseconds