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

Function UpdateAliasKey

TheForceEngine/TFE_Ui/imGUI/imgui.cpp:9129–9135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9127}
9128
9129static void UpdateAliasKey(ImGuiKey key, bool v, float analog_value)
9130{
9131 IM_ASSERT(ImGui::IsAliasKey(key));
9132 ImGuiKeyData* key_data = ImGui::GetKeyData(key);
9133 key_data->Down = v;
9134 key_data->AnalogValue = analog_value;
9135}
9136
9137// [Internal] Do not use directly
9138static ImGuiKeyChord GetMergedModsFromKeys()

Callers 1

UpdateKeyboardInputsMethod · 0.85

Calls 2

IsAliasKeyFunction · 0.85
GetKeyDataFunction · 0.85

Tested by

no test coverage detected