#include <SDL.h>
Go to the source code of this file.
◆ isNativeMacOSFullscreenActive()
| bool isNativeMacOSFullscreenActive |
( |
SDL_Window * |
window | ) |
|
Checks whether a native macOS fullscreen transition is active for an SDL window.
- Parameters
-
| window | Pointer to the SDL_Window to query. |
- Returns
- true if native macOS fullscreen is currently active, false otherwise.
◆ toggleNativeMacOSFullscreen()
| void toggleNativeMacOSFullscreen |
( |
SDL_Window * |
window | ) |
|
Toggles the native macOS fullscreen mode for an SDL window.
- Parameters
-
| window | Pointer to the SDL_Window to toggle. |