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

Method SetNextFrameWantCaptureKeyboard

include/imgui/imgui.cpp:10450–10454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10448}
10449
10450void ImGui::SetNextFrameWantCaptureKeyboard(bool want_capture_keyboard)
10451{
10452 ImGuiContext& g = *GImGui;
10453 g.WantCaptureKeyboardNextFrame = want_capture_keyboard ? 1 : 0;
10454}
10455
10456void ImGui::SetNextFrameWantCaptureMouse(bool want_capture_mouse)
10457{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected