Actions
Bug #341
closedKey repeat has stopped working on Inkey$
Start date:
04/13/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Key repeat has stopped working on Inkey$, so doesn't load another value until key is released and pressed again.
I think this was still working in 0.9.7.
Example:-
#manifest:"pc"
do
I$=Inkey$
If I$<>"" then Print I$;",";
Wait Vbl
loop
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.8.1
Fixed.
Updated by David Baldwin over 4 years ago
- Status changed from Resolved to Closed
Actions