You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MyApp is a game through Steam (I'm assuming it's an OpenGL app). Applescript has trouble with it (see here for my trouble controlling it with Applescript), so I tried to use robotgo.
The click (see above code) does not register. The mouse moves to the right spot, but then nothing happens upon click. If I click manually on that spot, it takes effect (the app registers the click and changes the UI).
The exact same code, if I change MyApp.app to a "normal" app like Visual Studio Code, works fine - the click is registered (e.g., the cursor position changes).
I'm not sure how to provide more information or debug this further, so happy to give more data if you tell me what you need.
The text was updated successfully, but these errors were encountered:
Description
MyApp is a game through Steam (I'm assuming it's an OpenGL app). Applescript has trouble with it (see here for my trouble controlling it with Applescript), so I tried to use robotgo.
The click (see above code) does not register. The mouse moves to the right spot, but then nothing happens upon click. If I click manually on that spot, it takes effect (the app registers the click and changes the UI).
The exact same code, if I change
MyApp.app
to a "normal" app like Visual Studio Code, works fine - the click is registered (e.g., the cursor position changes).I'm not sure how to provide more information or debug this further, so happy to give more data if you tell me what you need.
The text was updated successfully, but these errors were encountered: