Home
last modified time | relevance | path

Searched refs:ShortcutsUseSuperKey (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui.h712 …bool ShortcutsUseSuperKey; // = defined(__APPLE__) // OS X style: Shortcuts using Cmd… member
H A Dimgui.cpp802 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()