Platform.waitEventTimeout

Wait for next SDL2 event, with a timeout. Input state gets updated and window callbacks are called too. Returns true if an event is returned. Throws PlatformException on error.

class Platform
bool
waitEventTimeout
(
SDL_Event* event
,)

Meta