Skip to content

MTY_AppSetClipboard

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Set the current text content of the clipboard.

void MTY_AppSetClipboard(
    MTY_App *    ctx,
    const char * text
);

Parameters

ctx (MTY_App *)

The MTY_App.

text (const char *)

String to set.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally