IEventHandler.nextEvent

Moves to the next event. If there are no more events, it returns false, otherwise, it throws true and the programmer can safely check which event s in the current queue.

interface IEventHandler
@safe
bool
nextEvent
()

Meta