You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JoeStrout edited this page Apr 29, 2026
·
2 revisions
Register all input events
Parameters
None.
Return value
None.
Notes
Example
// In a custom loop that does not use BeginDrawing/EndDrawing:
while not raylib.WindowShouldClose
raylib.PollInputEvents
// process input here
end while