Hi Walter,

This is due to the Terminal application taking control over the
keyboard.  As far as I know this is the expected behavior for GUI
applications started from terminal on OSX.  If you start the application
bundle from Finder or using the "open" command, keyboard events should
work as expected:


https://osxdaily.com/2007/02/01/how-to-launch-gui-applications-from-the-terminal/

To pass arguments you can also use the --args option (in 10.6+):

  $ open ./AppName.app --args -AppCommandLineArg

On 2020-11-04 21:36, Walter ZAMBOTTI wrote:
Julien

I have left a few issues on github libagar.  Some I have updated with fixes that you may be interested in.

I am having an issue building AGAR 1.5.0 & 1.6.1 on Mac OSX (Catalina).

The configure and make go without any issue.

However any AGAR application does not receive key events, including agartest.

Any typed key falls through to the terminal that initiated the AGAR application.

Are you able to confirm you are receiving key events on MAC OSX Catalina?

Regards

Walter


_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html


_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to