MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / IsAliasKey

Function IsAliasKey

extern/imgui/imgui_internal.h:3117–3117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3115 inline bool IsGamepadKey(ImGuiKey key) { return key >= ImGuiKey_Gamepad_BEGIN && key < ImGuiKey_Gamepad_END; }
3116 inline bool IsMouseKey(ImGuiKey key) { return key >= ImGuiKey_Mouse_BEGIN && key < ImGuiKey_Mouse_END; }
3117 inline bool IsAliasKey(ImGuiKey key) { return key >= ImGuiKey_Aliases_BEGIN && key < ImGuiKey_Aliases_END; }
3118 inline ImGuiKeyChord ConvertShortcutMod(ImGuiKeyChord key_chord) { ImGuiContext& g = *GImGui; IM_ASSERT_PARANOID(key_chord & ImGuiMod_Shortcut); return (key_chord & ~ImGuiMod_Shortcut) | (g.IO.ConfigMacOSXBehaviors ? ImGuiMod_Super : ImGuiMod_Ctrl); }
3119 inline ImGuiKey ConvertSingleModFlagToKey(ImGuiKey key)
3120 {

Callers 2

AddKeyAnalogEventMethod · 0.85
UpdateAliasKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected