OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputGameInterface
(Results
1 - 6
of
6
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java
48
public
InputGameInterface
inputGameInterface
;
InputGameInterface.java
21
public class
InputGameInterface
extends BaseObject {
61
public
InputGameInterface
() {
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
;
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);
AnimationComponent.java
206
InputGameInterface
input = sSystemRegistry.
inputGameInterface
;
Completed in 447 milliseconds