Skip to content

raylib.ToggleFullscreen

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Toggle fullscreen mode

Parameters

None.

Return value

None.

Notes

Example

if raylib.IsKeyPressed(raylib.KEY_F) then raylib.ToggleFullscreen

Clone this wiki locally