1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-09 16:25:01 +00:00

Stop continuous events when mouse button pressed

This commit is contained in:
David Schmenk
2018-05-02 13:27:58 -07:00
parent 54ecb3eec7
commit f964099c24

View File

@@ -31,7 +31,7 @@ end
asm vblEvent
INC VBLINT ; INC VBL EVENT
+ TYA ; MOUSE MOVE OR BUTTON ACTIVE
AND #$86
AND #$82
end
asm bttnEvent
EOR LASTBTTN