Home
last modified time | relevance | path

Searched refs:InputGameInterface (Results 1 – 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DObjectRegistry.java48 public InputGameInterface inputGameInterface;
DInputGameInterface.java21 public class InputGameInterface extends BaseObject { class
61 public InputGameInterface() { in InputGameInterface() method in InputGameInterface
DPlayerComponent.java120 InputGameInterface input = sSystemRegistry.inputGameInterface; in move()
319 final InputGameInterface input = sSystemRegistry.inputGameInterface; in update()
335 final InputGameInterface input = sSystemRegistry.inputGameInterface; in stateMove()
DGhostComponent.java61 final InputGameInterface input = sSystemRegistry.inputGameInterface; in update()
DGame.java115 InputGameInterface inputInterface = new InputGameInterface(); in bootstrap()
DAnimationComponent.java206 InputGameInterface input = sSystemRegistry.inputGameInterface; in update()