MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / DebugNodeTypingSelectState

Method DebugNodeTypingSelectState

include/imgui/imgui_widgets.cpp:7730–7739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7728}
7729
7730void ImGui::DebugNodeTypingSelectState(ImGuiTypingSelectState* data)
7731{
7732#ifndef IMGUI_DISABLE_DEBUG_TOOLS
7733 Text("SearchBuffer = \"%s\"", data->SearchBuffer);
7734 Text("SingleCharMode = %d, Size = %d, Lock = %d", data->Request.SingleCharMode, data->Request.SingleCharSize, data->SingleCharModeLock);
7735 Text("LastRequest = time: %.2f, frame: %d", data->LastRequestTime, data->LastRequestFrame);
7736#else
7737 IM_UNUSED(data);
7738#endif
7739}
7740
7741//-------------------------------------------------------------------------
7742// [SECTION] Widgets: Box-Select support

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected