Skip to content

MTY_WindowExists

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Check if the window exists.

bool MTY_WindowExists(
    MTY_App *  app,
    MTY_Window window
);

Parameters

app (MTY_App *)

The MTY_App.

window (MTY_Window)

An MTY_Window.

Return value

bool

Window exists.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally