Implement update event for elements

This commit is contained in:
Mr-Wiseguy
2025-01-29 03:19:48 -05:00
parent 5b5c51fc83
commit 8c167f06f8
12 changed files with 144 additions and 27 deletions
+2 -2
View File
@@ -48,9 +48,9 @@ namespace recompui {
void show_context(ContextId context, std::string_view param);
void hide_context(ContextId context);
void hide_all_contexts();
bool is_context_open(ContextId context);
bool is_context_shown(ContextId context);
bool is_context_taking_input();
bool is_any_context_open();
bool is_any_context_shown();
ContextId get_launcher_context_id();
ContextId get_config_context_id();