JulNadeauCA / libagar

Cross-Platform GUI Toolkit (stable)
https://libagar.org/
BSD 2-Clause "Simplified" License
402 stars 42 forks source link

No Keyevents generated on MacOS AGAR 1.6.x #63

Closed WallyZambotti closed 4 years ago

WallyZambotti commented 4 years ago

Clean configure with no issues. make(d) with no issues. Configured and make(d) agartest with no issues.

agartest and any other application does not receive keyboard events. Console test and KeyEvent test fail!

WallyZambotti commented 4 years ago

I have now also tried recompiling 1.5.0 on Catalina and have run into the same issue. No key events are generated.

WallyZambotti commented 4 years ago

This turns out to be a non issue. This behavior will result if an agar application is started from a terminal instead of via the desktop. Starting the app from the desktop resolved this issue!