Skip to content

raylib.EnableEventWaiting

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Enable waiting for events on EndDrawing(), no automatic event polling

Parameters

None.

Return value

None.

Notes

Example

// Useful for GUI-only apps that do not need to redraw every frame
raylib.EnableEventWaiting

Clone this wiki locally