setFullscreen(f?: boolean): void
Enter / exit fullscreen mode. (note: mouse position is not working in fullscreen mode at the moment)
// toggle fullscreen mode on "f" onKeyPress("f", (c) => { setFullscreen(!isFullscreen()); });
since
v2000.0
Enter / exit fullscreen mode. (note: mouse position is not working in fullscreen mode at the moment)
// toggle fullscreen mode on "f" onKeyPress("f", (c) => { setFullscreen(!isFullscreen()); });
since
v2000.0
Assets
Components
Component Types
Input
Events
Info
Math
Misc
Draw
Layer
Camera
Level
Plugins
Button Bindings