Hi Clement,
The last time I checked, the 64 bits Mac VM version is eating the keyboard events, but not the mouse and other events. I guess that for the minheadless this is not required. The 32 bits version of Mac works by running the folowing script:
FFIExternalStructure allSubclassesDo: #rebuildFieldAccessors
I think that Pavel fixed this for Pharo 7.
Btw for some reason in the one-click version of Pharo 32 bits on
Mac there is 2 SDL plugins (libSDL2-2.0.0 and��libSDL2), which leads to
conflicts (the VM use randomly one lib or the other). I randomly chose
one that I use and deleted the other one, do you have advises on which
one I should prefer ? Maybe the events are working only with the other
one ?
They should be a symlink. The correct one is the libSDL2-2.0.
Best regards,
Ronie