Package zombie.core.input
Interface InputListener
- All Superinterfaces:
ControlledInputReciever
,ControllerListener
,KeyListener
,MouseListener
public interface InputListener extends MouseListener, KeyListener, ControllerListener
-
Method Summary
Methods inherited from interface zombie.core.input.ControlledInputReciever
inputEnded, inputStarted, isAcceptingInput, setInput
Methods inherited from interface zombie.core.input.ControllerListener
controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleased
Methods inherited from interface zombie.core.input.KeyListener
keyPressed, keyReleased
Methods inherited from interface zombie.core.input.MouseListener
mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved