Skip to content

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
);

Parameters

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.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally