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

Method is_context_capturing_mouse

src/ui/ui_state.cpp:853–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851}
852
853bool recompui::is_context_capturing_mouse() {
854 std::lock_guard lock{ui_state_mutex};
855
856 if (!ui_state) {
857 return false;
858 }
859
860 return ui_state->is_context_capturing_mouse();
861}
862
863bool recompui::is_any_context_shown() {
864 std::lock_guard lock{ui_state_mutex};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected