Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2082
bool UI::WantCaptureKeyboard() const {
2083
return ImGui::GetIO().WantCaptureKeyboard;
2084
}
2085
2086
void UI::HandleGlobalKeys(Window& window) {
2087
// Handle UI-specific escape behavior for closing dialogs and defocusing
Callers
1
Window.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected