Skip to content

MTY_WindowSetTitle

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Set the window's title.

void MTY_WindowSetTitle(
    MTY_App *    app,
    MTY_Window   window,
    const char * title
);

Parameters

app (MTY_App *)

The MTY_App.

window (MTY_Window)

An MTY_Window.

title (const char *)

The new title of the window.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally