MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / IsModKey

Function IsModKey

TheForceEngine/TFE_Ui/imGUI/imgui_internal.h:3227–3227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3225 inline bool IsMouseKey(ImGuiKey key) { return key >= ImGuiKey_Mouse_BEGIN && key < ImGuiKey_Mouse_END; }
3226 inline bool IsAliasKey(ImGuiKey key) { return key >= ImGuiKey_Aliases_BEGIN && key < ImGuiKey_Aliases_END; }
3227 inline bool IsModKey(ImGuiKey key) { return key >= ImGuiKey_LeftCtrl && key <= ImGuiKey_RightSuper; }
3228 ImGuiKeyChord FixupKeyChord(ImGuiKeyChord key_chord);
3229 inline ImGuiKey ConvertSingleModFlagToKey(ImGuiKey key)
3230 {

Callers 2

FixupKeyChordMethod · 0.85
GetKeyChordNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected