WIP code driven input mapping and player assignment

This commit is contained in:
thecozies
2025-07-20 17:42:57 -05:00
parent b1f0f1b3ac
commit b887dd99e7
25 changed files with 1589 additions and 136 deletions
+2
View File
@@ -34,6 +34,8 @@ namespace recompui {
Style* get_focus_style() { return &focus_style; }
Style* get_disabled_style() { return &disabled_style; }
Style* get_hover_disabled_style() { return &hover_disabled_style; }
// This is exposed for placeholder elements
static void apply_sizing_styling(Element *el);
private:
void apply_recording_style();
void apply_binding_style();