0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-19 12:25:11 +00:00
uxn/projects/examples/blank.usm
2021-04-21 09:48:04 -07:00

12 lines
535 B
Text

( a blank file )
( devices )
|00 @System [ &vector $2 &pad $6 &r $2 &g $2 &b $2 ]
|10 @Console [ &pad $8 &char $1 &byte $1 &short $2 &string $2 ]
|20 @Screen [ &vector $2 &width $2 &height $2 &pad $2 &x $2 &y $2 &addr $2 &color $1 ]
|40 @Controller [ &vector $2 &button $1 &key $1 ]
|60 @Mouse [ &vector $2 &x $2 &y $2 &state $1 &chord $1 ]
|70 @File [ &vector $2 &success $2 &offset $2 &pad $2 &name $2 &length $2 &load $2 &save $2 ]
|1000 ( program )