FullscreenType

Available since LÖVE 0.9.0
This enum is not supported in earlier versions.

Types of fullscreen modes.

Constants

desktop
Sometimes known as borderless fullscreen windowed mode. A borderless screen-sized window is created which sits on top of all desktop UI elements. The window is automatically resized to match the dimensions of the desktop, and its size cannot be changed.
Available since LÖVE 0.10.0

This constant has been renamed from normal

exclusive
Standard exclusive-fullscreen mode. Changes the display mode (actual resolution) of the monitor.