uxn

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

commit 89a558bde739eae4c447c117b2381ca3a749e6ff
parent 4431d59b1780d6314a782a0d683e38cc4687146e
Author: neauoire <aliceffekt@gmail.com>
Date:   Fri, 12 Mar 2021 12:04:44 -0800

Added mouse status icons

Diffstat:
Mprojects/software/left.usm | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/projects/software/left.usm b/projects/software/left.usm @@ -144,6 +144,17 @@ BRK ( mouse ) + ,no-change ~MOUS.state ~touch.state EQU JMP2? POP2 + + #0000 =SPRT.x ~SCRN.height #0008 SUB2 =SPRT.y + ,mouse00icn =SPRT.addr + ,nobutton1 ~MOUS.state #01 NEQ JMP2? POP2 ,mouse01icn =SPRT.addr @nobutton1 + ,nobutton2 ~MOUS.state #10 NEQ JMP2? POP2 ,mouse10icn =SPRT.addr @nobutton2 + ,nobutton3 ~MOUS.state #11 NEQ JMP2? POP2 ,mouse11icn =SPRT.addr @nobutton3 + #01 =SPRT.color + + @no-change + ,touch-end ~MOUS.state #00 EQU JMP2? POP2 ,touch-linebar ~MOUS.x #0010 LTH2 JMP2? POP2 @@ -655,6 +666,11 @@ RTS ] +@mouse00icn [ 0000 0000 0000 0000 ] +@mouse01icn [ 0078 7878 7878 7800 ] +@mouse10icn [ 001e 1e1e 1e1e 1e00 ] +@mouse11icn [ 007e 7e7e 7e7e 7e00 ] + @linebreak_icn [ 003e 7474 3414 1400 ] @blank_icn [ 0000 0000 0000 0000 ] @cursor_icn [ 80c0 e0f0 f8e0 1000 ]