MCPcopy Create free account
hub / github.com/cinder/Cinder / UpdateAliasKey

Function UpdateAliasKey

src/imgui/imgui.cpp:9896–9902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9894}
9895
9896static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
9897{
9898 IM_ASSERT(ImGui::IsAliasKey(key));
9899 ImGuiKeyData* key_data = ImGui::GetKeyData(key);
9900 key_data->Down = v;
9901 key_data->AnalogValue = analog_value;
9902}
9903
9904// [Internal] Do not use directly
9905static ImGuiKeyChord GetMergedModsFromKeys()

Callers 1

UpdateKeyboardInputsMethod · 0.85

Calls 2

IsAliasKeyFunction · 0.85
GetKeyDataFunction · 0.85

Tested by

no test coverage detected