ui_handle cleanup

This commit is contained in:
luboslenco
2025-09-23 21:44:39 +02:00
parent 05bbf914a8
commit 0cff051a68
40 changed files with 420 additions and 420 deletions
+3 -3
View File
@@ -813,9 +813,9 @@ declare type ui_t = {
};
declare type ui_handle_t = {
value: f32;
position: i32;
selected: bool;
f: f32;
i: i32;
b: bool;
color: u32;
text: string;
redraws: i32;