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

Method activate_mouse

src/ui/ui_state.cpp:546–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546void recompui::activate_mouse() {
547 ui_state->update_primary_input(true, false);
548 ui_state->update_focus(true, false);
549}
550
551void draw_hook(plume::RenderCommandList* command_list, plume::RenderFramebuffer* swap_chain_framebuffer) {
552

Callers

nothing calls this directly

Calls 2

update_primary_inputMethod · 0.80
update_focusMethod · 0.80

Tested by

no test coverage detected