-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_AppEnableGlobalHotkeys
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Temporarily enable or disable the currently set globally scoped hotkeys.
The app defaults to having global hotkeys enabled.
void MTY_AppEnableGlobalHotkeys(
MTY_App * ctx,
bool enable
);
ctx
(MTY_App *
)
The MTY_App
.
enable
(bool
)
Set true
to enable global hotkeys, false
to disable.