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
5
extern
"C"
{
6
#endif
7
12
void
toggleNativeMacOSFullscreen
(SDL_Window* window);
13
19
bool
isNativeMacOSFullscreenActive
(SDL_Window* window);
20
21
#ifdef __cplusplus
22
}
23
#endif
isNativeMacOSFullscreenActive
bool isNativeMacOSFullscreenActive(SDL_Window *window)
Checks whether a native macOS fullscreen transition is active for an SDL window.
toggleNativeMacOSFullscreen
void toggleNativeMacOSFullscreen(SDL_Window *window)
Toggles the native macOS fullscreen mode for an SDL window.
include
ship
utils
macUtils.h
Generated by
1.9.8