09-25-2023, 09:41 PM
Hi Terry,
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.
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.