libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
macUtils.h
Go to the documentation of this file.
1#pragma once
2
3#include <SDL.h>
4#ifdef __cplusplus
5extern "C" {
6#endif
7
12void toggleNativeMacOSFullscreen(SDL_Window* window);
13
19bool isNativeMacOSFullscreenActive(SDL_Window* window);
20
21#ifdef __cplusplus
22}
23#endif
bool isNativeMacOSFullscreenActive(SDL_Window *window)
Checks whether a native macOS fullscreen transition is active for an SDL window.
void toggleNativeMacOSFullscreen(SDL_Window *window)
Toggles the native macOS fullscreen mode for an SDL window.