Skip to content

MTY_AppDestroy

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Destroy an MTY_App.

This function will also destroy all open windows and the system tray icon if present.

void MTY_AppDestroy(
    MTY_App ** app
);

Parameters

app (MTY_App **)

Passed by reference and set to NULL after being destroyed.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally