09-26-2023, 02:12 AM
(09-25-2023, 09:41 PM)a740g Wrote: Hi Terry,Thank you for the heads up. I don't have a Mac but I can run the code in Linux to see if I can determine what's going on.
Just wanted to let you know that the `Configure_Buttons.bas` example does not work correctly in Linux and macOS.
I was expecting it to respond to the keyboard, but it does not respond to anything. The only thing that works is ESC. That is because you are using `_KEYDOWN(27)` to terminate the main loop.
I've checked with v3.8.0 and older versions as well.
Currently, I am not sure what the root cause is, but I'll check later when I get some time.