-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WindowIsFullscreen
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Check if the window is in fullscreen mode.
bool MTY_WindowIsFullscreen(
MTY_App * app,
MTY_Window window
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
bool
Window is in fullscreen mode.