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:
@@ -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
|
||||
|
Reference in New Issue
Block a user