| 544 | } |
| 545 | |
| 546 | void recompui::activate_mouse() { |
| 547 | ui_state->update_primary_input(true, false); |
| 548 | ui_state->update_focus(true, false); |
| 549 | } |
| 550 | |
| 551 | void draw_hook(plume::RenderCommandList* command_list, plume::RenderFramebuffer* swap_chain_framebuffer) { |
| 552 |
nothing calls this directly
no test coverage detected