libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
macUtils.h File Reference
#include <SDL.h>
Include dependency graph for macUtils.h:

Go to the source code of this file.

Functions

void toggleNativeMacOSFullscreen (SDL_Window *window)
 Toggles the native macOS fullscreen mode for an SDL window.
 
bool isNativeMacOSFullscreenActive (SDL_Window *window)
 Checks whether a native macOS fullscreen transition is active for an SDL window.
 

Function Documentation

◆ isNativeMacOSFullscreenActive()

bool isNativeMacOSFullscreenActive ( SDL_Window *  window)

Checks whether a native macOS fullscreen transition is active for an SDL window.

Parameters
windowPointer 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
windowPointer to the SDL_Window to toggle.