MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / UpdateAliasKey

Function UpdateAliasKey

KBotExt/imgui/imgui.cpp:8455–8461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8453}
8454
8455static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
8456{
8457 IM_ASSERT(ImGui::IsAliasKey(key));
8458 ImGuiKeyData* key_data = ImGui::GetKeyData(key);
8459 key_data->Down = v;
8460 key_data->AnalogValue = analog_value;
8461}
8462
8463// [Internal] Do not use directly
8464static ImGuiKeyChord GetMergedModsFromKeys()

Callers 1

UpdateKeyboardInputsMethod · 0.85

Calls 2

IsAliasKeyFunction · 0.85
GetKeyDataFunction · 0.85

Tested by

no test coverage detected