Implement controlling input capturing for mod UI contexts

This commit is contained in:
Mr-Wiseguy
2025-03-10 00:52:11 -04:00
parent 7261c055a1
commit 2dffaf6148
6 changed files with 121 additions and 21 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ namespace recompui {
void hide_context(ContextId context);
void hide_all_contexts();
bool is_context_shown(ContextId context);
bool is_context_taking_input();
bool is_context_capturing_input();
bool is_context_capturing_mouse();
bool is_any_context_shown();
ContextId get_launcher_context_id();