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

Method IsKeyChordPressed

src/imgui/imgui.cpp:10492–10495  ·  view source on GitHub ↗

This is the only public API until we expose owner_id versions of the API as replacements.

Source from the content-addressed store, hash-verified

10490
10491// This is the only public API until we expose owner_id versions of the API as replacements.
10492bool ImGui::IsKeyChordPressed(ImGuiKeyChord key_chord)
10493{
10494 return IsKeyChordPressed(key_chord, ImGuiInputFlags_None, ImGuiKeyOwner_Any);
10495}
10496
10497// This is equivalent to comparing KeyMods + doing a IsKeyPressed()
10498bool ImGui::IsKeyChordPressed(ImGuiKeyChord key_chord, ImGuiInputFlags flags, ImGuiID owner_id)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected