I have a small problem when I use the usb remote control as key ("remote").
...
repeat
wait_click(sleep)
if is_key("remote") then
...
Is 'sleep' > 0 then is all fine. With 'sleep'=0 is_key("remote") does not work.
Is this a bug? Or is wait_click(0) and is_key("remote") not possible?
msl