DanielHarrod / AppTestStudio

Visually, quickly, automate your apps, games, and android emulators.
GNU General Public License v3.0
26 stars 7 forks source link

Manage mouse movement for Steam/App launchs #36

Closed DanielHarrod closed 3 years ago

DanielHarrod commented 4 years ago

Currently a click is all that is sent for click events which is fine for NoxPlayer apps as mobile apps don't track movement just accept clicks.

For Steam/Apps before sending click events the mouse needs to be moved before the click to the click position.

DanielHarrod commented 3 years ago

Done