Major refactor

This commit is contained in:
cool-mist
2026-03-14 00:41:33 +05:30
parent 810a4cb33c
commit 3cb08bf08e
11 changed files with 413 additions and 340 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ impl IdTextInput {
);
}
pub fn handle_input(&self, _: &WidgetInput) -> IdTextInputInteraction {
pub fn handle_input(&self, _: &UserInteraction) -> IdTextInputInteraction {
IdTextInputInteraction {}
}
}