Project

General

Profile

Bug #831

Input is clearing the keyboard buffer

Added by Paul Kitching over 2 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Normal
Target version:
Start date:
09/19/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

In AMOS you could type or use Put Key before an input line appears and the keyboard buffer would then receive the key presses. In AOZ the input line is now always empty.

print "press a key"
wait key
print"type something quickly before the input line appears"
for x=1 to 120
    wait vbl
next x
input a$

Also available in: Atom PDF