SDL2.waitEvent

Wait for next SDL event. Input state gets updated and window callbacks are called too.

class SDL2
void
waitEvent
(
SDL_Event* event
)

Throws

SDL2Exception on error.

See Also

Meta