-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WindowSetMinSize
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Set a window's minimum size.
void MTY_WindowSetMinSize(
MTY_App * app,
MTY_Window window,
uint32_t minWidth,
uint32_t minHeight
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
minWidth
(uint32_t
)
The window's minimum possible width.
minHeight
(uint32_t
)
The window's minimum possible height.