MCPcopy Create free account
hub / github.com/AshenvaleZX/ZXEngine / IsKeyChordPotentiallyCharInput

Function IsKeyChordPotentiallyCharInput

CPPScripts/External/ImGui/imgui.cpp:9043–9059  ·  view source on GitHub ↗

- We need this to filter some Shortcut() routes when an item e.g. an InputText() is active e.g. ImGuiKey_G won't be considered a shortcut when item is active, but ImGuiMod|ImGuiKey_G can be. - This is also used by UpdateInputEvents() to avoid trickling in the most common case of e.g. pressing ImGuiKey_G also emitting a G character.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SetShortcutRoutingMethod · 0.85
UpdateInputEventsMethod · 0.85

Calls 1

TestBitMethod · 0.80

Tested by

no test coverage detected