mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-09 23:02:03 -04:00
Implement controlling input capturing for mod UI contexts
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user