-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_WindowGetSize
chrisd1100 edited this page Aug 25, 2022
·
2 revisions
Get a window's current client area width and height.
MTY_Size MTY_WindowGetSize(
MTY_App * app,
MTY_Window window
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
Window's current client area width and height.