SdlEventPointerEx extension

on

Methods

peeps(int numevents, int action, int minType, int maxType) int

Available on Pointer<SdlEvent>, provided by the SdlEventPointerEx extension

Check the event queue for messages and optionally return them.
poll() bool

Available on Pointer<SdlEvent>, provided by the SdlEventPointerEx extension

Poll for currently pending events.
push() bool

Available on Pointer<SdlEvent>, provided by the SdlEventPointerEx extension

Add an event to the event queue.
wait() bool

Available on Pointer<SdlEvent>, provided by the SdlEventPointerEx extension

Wait indefinitely for the next available event.
waitTimeout(int timeout) bool

Available on Pointer<SdlEvent>, provided by the SdlEventPointerEx extension

Wait until the specified timeout (in milliseconds) for the next available event.