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

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

Completed in 414 milliseconds