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

Method GetTypingSelectRequest

CPPScripts/External/ImGui/imgui_widgets.cpp:7170–7264  ·  view source on GitHub ↗

[Experimental] Currently not exposed in public API. Consume character inputs and return search request, if any. This would typically only be called on the focused window or location you want to grab inputs for, e.g. if (ImGui::IsWindowFocused(...)) if (ImGuiTypingSelectRequest* req = ImGui::GetTypingSelectRequest()) focus_idx = ImGui::TypingSelectFindMatch(req, my_items.size(), [](void*, int n) {

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

ImCharIsBlankWFunction · 0.85
ImTextCharToUtf8Function · 0.85
ClearMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected