HomeSort by relevance Sort by last modified time
    Searched defs:inputGameInterface (Results 1 - 2 of 2) 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);

Completed in 100 milliseconds