1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-08-14 18:27:25 +00:00

Stop continuous events when mouse button pressed

This commit is contained in:
David Schmenk
2018-05-02 13:27:08 -07:00
parent fcfb971df3
commit b34eed7de0

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