MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DebugNodeTypingSelectState

Method DebugNodeTypingSelectState

imgui_tiny_app/imgui/imgui_widgets.cpp:7710–7719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7708}
7709
7710void ImGui::DebugNodeTypingSelectState(ImGuiTypingSelectState* data)
7711{
7712#ifndef IMGUI_DISABLE_DEBUG_TOOLS
7713 Text("SearchBuffer = \"%s\"", data->SearchBuffer);
7714 Text("SingleCharMode = %d, Size = %d, Lock = %d", data->Request.SingleCharMode, data->Request.SingleCharSize, data->SingleCharModeLock);
7715 Text("LastRequest = time: %.2f, frame: %d", data->LastRequestTime, data->LastRequestFrame);
7716#else
7717 IM_UNUSED(data);
7718#endif
7719}
7720
7721//-------------------------------------------------------------------------
7722// [SECTION] Widgets: Box-Select support

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected