Skip to content

MTY_AppActivate

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Activate or deactivate the app.

Activating the app brings its main window to the foreground and focuses it, deactivating the app hides all windows.

void MTY_AppActivate(
    MTY_App * ctx,
    bool      active
);

Parameters

ctx (MTY_App *)

The MTY_App.

active (bool)

Set true to activate the app, false to deactivate it.

Platform support

Windows   macOS   Linux  

See also

Module: App

Clone this wiki locally