MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / is_context_capturing_input

Method is_context_capturing_input

src/ui/ui_state.cpp:843–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843bool recompui::is_context_capturing_input() {
844 std::lock_guard lock{ui_state_mutex};
845
846 if (!ui_state) {
847 return false;
848 }
849
850 return ui_state->is_context_capturing_input();
851}
852
853bool recompui::is_context_capturing_mouse() {
854 std::lock_guard lock{ui_state_mutex};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected