uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit 0fa8b89c24c643b35476585e443eb8367f8dd046
parent edd0f0e4e7525864c3186506bf35c8e0a6d93430
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Wed, 15 Jan 2025 16:55:27 -0800

(button.tal) Removed unused device struct

Diffstat:
Mprojects/examples/gui/button.tal | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/projects/examples/gui/button.tal b/projects/examples/gui/button.tal @@ -2,7 +2,6 @@ |00 @System &vector $2 &expansion $2 &wst $1 &rst $1 &metadata $2 &r $2 &g $2 &b $2 &debug $1 &state $1 |20 @Screen &vector $2 &width $2 &height $2 &auto $1 &pad $1 &x $2 &y $2 &addr $2 &pixel $1 &sprite $1 -|80 @Controller &vector $2 &button $1 &key $1 |90 @Mouse &vector $2 &x $2 &y $2 &state $1 &chord $1 &pad $4 &scrolly &scrolly-hb $1 &scrolly-lb $1 |100