Interface IInputEventListener<TEventType>
Interface for classes that want to listen to input event of a certain type
public interface IInputEventListener<TEventType> : IInputEventListener where TEventType : InputEvent
Type Parameters
TEventType
The type of InputEvent that will be sent to this event listener
Methods
ProcessEvent(TEventType)
Processes a new input event
void ProcessEvent(TEventType inputEvent)
Parameters
inputEvent
TEventTypethe input event