misc changes

not worth comment ing on...
This commit is contained in:
2025-06-28 20:56:49 -04:00
parent bf5ecd0e0d
commit cf7151a1ce
4 changed files with 18 additions and 30 deletions

View File

@ -3,9 +3,6 @@ package sectr
import "base:runtime"
import lalg "core:math/linalg"
// Problably cursed way to setup a 'scope' for a widget
// ui_build :: #force_inline proc( captures : $Type, $maker : #type proc(captures : Type) -> $ReturnType ) -> ReturnType { return maker(captures) }
UI_Widget :: struct {
using box : ^UI_Box,
using signal : UI_Signal,