MCPcopy Create free account
hub / github.com/RenderKit/embree / IsAliasKey

Function IsAliasKey

tutorials/common/imgui/imgui_internal.h:2869–2869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2867 inline bool IsGamepadKey(ImGuiKey key) { return key >= ImGuiKey_Gamepad_BEGIN && key < ImGuiKey_Gamepad_END; }
2868 inline bool IsMouseKey(ImGuiKey key) { return key >= ImGuiKey_Mouse_BEGIN && key < ImGuiKey_Mouse_END; }
2869 inline bool IsAliasKey(ImGuiKey key) { return key >= ImGuiKey_Aliases_BEGIN && key < ImGuiKey_Aliases_END; }
2870 inline ImGuiKey ConvertSingleModFlagToKey(ImGuiKey key)
2871 {
2872 if (key == ImGuiMod_Ctrl) return ImGuiKey_ReservedForModCtrl;

Callers 2

AddKeyAnalogEventMethod · 0.85
UpdateAliasKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected