Interface IInputEvent

All Known Implementing Classes:
ClickEvent, DragEvent, KeyEvent, MouseClickEvent, MouseDragEvent, MouseMoveEvent, MousePressedEvent, MouseReleasedEvent, ScrollEvent, TouchDownEvent, TouchDragEvent, TouchLongPressEvent, TouchPinchRotateEvent, TouchTapEvent, TouchUpEvent

public interface IInputEvent
Base interface for all input events.

These events can be used in the controller API.

The subclasses of this base interface contain all the necessary information to do something with it. So to use an IInputEvent, it should first be cast to a concrete subclass.