Home
last modified time | relevance | path

Searched refs:setKeys (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DInputGameInterface.java293 public void setKeys(int left, int right, int jump, int attack) { in setKeys() method in InputGameInterface
DGame.java556 BaseObject.sSystemRegistry.inputGameInterface.setKeys(leftKey, rightKey, jumpKey, attackKey); in setKeyConfig()