MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / WantCaptureKeyboard

Method WantCaptureKeyboard

apps/Viewer/UI.cpp:2082–2084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080}
2081
2082bool UI::WantCaptureKeyboard() const {
2083 return ImGui::GetIO().WantCaptureKeyboard;
2084}
2085
2086void UI::HandleGlobalKeys(Window& window) {
2087 // Handle UI-specific escape behavior for closing dialogs and defocusing

Callers 1

Window.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected