Searched refs:ShortcutsUseSuperKey (Results 1 – 2 of 2) sorted by relevance
712 …bool ShortcutsUseSuperKey; // = defined(__APPLE__) // OS X style: Shortcuts using Cmd… member
802 ShortcutsUseSuperKey = true; // OS X style: Shortcuts using Cmd/Super instead of Ctrl in ImGuiIO()7477 …const bool is_shortcutkey_only = (io.ShortcutsUseSuperKey ? (is_super_down && !is_alt_down && !is_… in InputTextEx()