MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / UpdateAliasKey

Function UpdateAliasKey

imgui_tiny_app/imgui/imgui.cpp:10712–10718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10710}
10711
10712static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
10713{
10714 IM_ASSERT(ImGui::IsAliasKey(key));
10715 ImGuiKeyData* key_data = ImGui::GetKeyData(key);
10716 key_data->Down = v;
10717 key_data->AnalogValue = analog_value;
10718}
10719
10720// [Internal] Do not use directly
10721static ImGuiKeyChord GetMergedModsFromKeys()

Callers 1

UpdateKeyboardInputsMethod · 0.85

Calls 2

IsAliasKeyFunction · 0.85
GetKeyDataFunction · 0.85

Tested by

no test coverage detected