From 4b2aa31b63a533ef33202ceba45d69a138b5fac9 Mon Sep 17 00:00:00 2001 From: dnesov Date: Wed, 25 Jun 2025 21:46:30 +0200 Subject: [PATCH] Update TODO --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 3b86295..65fed2f 100644 --- a/TODO.md +++ b/TODO.md @@ -80,6 +80,8 @@ - ~~Positioning (anchors)~~ - ~~Move layouting to Render instead of Update, use Update for input.~~ - Input propagation + - Use GridSet to efficiently query inputtable UI elements. + - Add element focus logic, make them focusable with action inputs. - Basic input elements (button, text field, toggle). - Styling - Add style settings for UI panels (for buttons, labels, etc.).