Search found 1 match
- Sun Jun 19, 2022 12:34 pm
- Forum: Support and Development
- Topic: Toggling Fullscreen with Escape
- Replies: 9
- Views: 5110
Re: Toggling Fullscreen with Escape
My setup for toggling fullscreen: -- In love.load(), love.window.setFullscreen(false) -- <- change this to true if you want your game to be fullscreen when you run fullscreen = false -- <- change this to true if you want your game to be fullscreen when you run -- In love.update(), -- This is the imp...