GetDisplayResolutionCount
Get number of resolutions available for given display mode. See the GetDisplayResolution
article for details.
Like all UI functions, this function will only exist if draw
is defined before init
is called.
This function is not officially documented.
Arguments
- integer (number): Display mode. 0 is exclusive fullscreen, 1 is windowed, 2 is borderless windowed. Truncated if has fractional component.
Return values
- integer (number): Number of resolutions available.