Interface IInputEventCallback


public interface IInputEventCallback
A callback class that is called when a IInputEvent is fired.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    onEvent(IInputEvent inputEvent)
    Implement this method to handle the returned IInputEvent.
  • Method Details Link icon

    • onEvent Link icon

      void onEvent(@NotNull IInputEvent inputEvent)
      Implement this method to handle the returned IInputEvent.
      Parameters:
      inputEvent - the event, cannot be null.