-
Notifications
You must be signed in to change notification settings - Fork 56
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
);
ctx
(MTY_App *
)
The MTY_App
.
text
(const char *
)
String to set.