Package zombie.input
Class ControllerState
java.lang.Object
zombie.input.ControllerState
public class ControllerState
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description ControllergetController(int int1)booleanisCreated()voidpoll()voidquit()voidreset()voidset(ControllerState controllerState)booleanwasPolled()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
poll
public void poll() -
wasPolled
public boolean wasPolled() -
set
-
reset
public void reset() -
isCreated
public boolean isCreated() -
getController
-
quit
public void quit()
-