Skip to content

MTY_AppShowCursor

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Show or hide the cursor.

void MTY_AppShowCursor(
    MTY_App * ctx,
    bool      show
);

Parameters

ctx (MTY_App *)

The MTY_App.

show (bool)

Set true to show the cursor, false to hide it.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally