handleSdlEvent method

  1. @mustCallSuper
void handleSdlEvent(
  1. Event event
)

Handle an SDL event.

This method will be called only if the event in question is not consumed by game.

Implementation

@mustCallSuper
void handleSdlEvent(final Event event) {}