Skip to content

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

Parameters

app (MTY_App *)

The MTY_App.

window (MTY_Window)

An MTY_Window.

Return value

MTY_Size

Window's current client area width and height.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally