Skip to content

MTY_WindowDrawUI

chrisd1100 edited this page Apr 9, 2023 · 2 revisions

Draw a UI with MTY_DrawData.

void MTY_WindowDrawUI(
    MTY_App *            app,
    MTY_Window           window,
    const MTY_DrawData * dd
);

Parameters

app (MTY_App *)

The MTY_App.

window (MTY_Window)

An MTY_Window.

dd (const MTY_DrawData *)

The UI draw data containing a full frame.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally