chickadee » sdl2 » push-event!

push-event! eventprocedure

See SDL_PushEvent.

Returns #t if the event was pushed onto the event queue, or #f if the event was discarded, e.g. because the event type is disabled (see event-state).

Signals an exception of kind (exn sdl2) if an error occurs.