mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-15 09:27:34 +00:00
Clean up keypress handling
This commit is contained in:
Binary file not shown.
@@ -114,7 +114,7 @@ def delay_getkey#1
|
|||||||
|
|
||||||
for busywait = 0 to 30000
|
for busywait = 0 to 30000
|
||||||
if ^$C000 > 127
|
if ^$C000 > 127
|
||||||
return ^$C010 == $83
|
return (^$C010 & $7F) == $03
|
||||||
fin
|
fin
|
||||||
next
|
next
|
||||||
return FALSE
|
return FALSE
|
||||||
|
Reference in New Issue
Block a user