10-02-2022, 01:41 AM
(10-02-2022, 12:04 AM)PhilOfPerth Wrote: ...
Edit: I see that there are two reports for each double-combination, but don't see how to avoid this - yet.
Code: (Select All)
Screen _NewImage(800, 600, 32)
_ScreenMove 250, 50
Do
Cls
If _KeyDown(19200) Then Print "Left ";
If _KeyDown(19712) Then Print "Right ";
If _KeyDown(18432) Then Print "Up ";
If _KeyDown(20480) Then Print "Down";
Print
_Delay 1
Loop
b = b + ...