zombie.core.input
Interface InputListener

All Superinterfaces:
ControlledInputReciever, ControllerListener, KeyListener, MouseListener

public interface InputListener
extends MouseListener, KeyListener, ControllerListener

A listener that will be notified of keyboard, mouse and controller events

Author:
kevin

Method Summary
 
Methods inherited from interface zombie.core.input.MouseListener
mouseClicked, mouseDragged, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from interface zombie.core.input.KeyListener
keyPressed, keyReleased
 
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.ControlledInputReciever
inputEnded, inputStarted, isAcceptingInput, setInput