Hi there!
I know the OSX port is still in development, but perhaps I'm doing something wrong. I need to capture the movement of mouse, so I first tried the MouseMove event. This event won't be captured unless a button is clicked! That is, I can get the event
only when the mouse button is pressed.
I also attempted using the App.GetInput().GetMouseX() method but the result is the same - unless I press a button, the values returned won't change.
Everything else works beautifully and the port feels mature enough except for this issue. Any ideas?
Thanks in advance, and congratulations to everyone involved in the development of this fantastic tool!
Agustin