mirror of
https://github.com/dschmenk/PLASMA.git
synced 2024-12-29 01:30:22 +00:00
Clean up keypress handling
This commit is contained in:
parent
1211991144
commit
f592edeb8a
Binary file not shown.
@ -114,7 +114,7 @@ def delay_getkey#1
|
||||
|
||||
for busywait = 0 to 30000
|
||||
if ^$C000 > 127
|
||||
return ^$C010 == $83
|
||||
return (^$C010 & $7F) == $03
|
||||
fin
|
||||
next
|
||||
return FALSE
|
||||
|
Loading…
Reference in New Issue
Block a user