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, setInputMethods inherited from interface zombie.core.input.ControllerListener
controllerButtonPressed, controllerButtonReleased, controllerDownPressed, controllerDownReleased, controllerLeftPressed, controllerLeftReleased, controllerRightPressed, controllerRightReleased, controllerUpPressed, controllerUpReleasedMethods inherited from interface zombie.core.input.KeyListener
keyPressed, keyReleasedMethods inherited from interface zombie.core.input.MouseListener
mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved