Skip to content

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
);

Parameters

ctx (MTY_App *)

The MTY_App.

enable (bool)

Set true to enable global hotkeys, false to disable.

Platform support

Windows  

See also

Module: App

Clone this wiki locally