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
Yes, On some games like RL Sideswipe when we try to mouse click on some buttons or UI elements in the game interface. It makes the UI crash.
Issue already described here PlayCover/PlayCover#401 by @amirsaam
However it does not crash when we do a Touch tap. We can do that using Apple's "Touch Alternative settings" but it's very annoying, since you don't know where you tap, you have to guess and try many times. and if you fail at guessing it can click on some other element...
To overcome this I created a Keymap just to navigate in the menu and interface of RL sideswipe.
Describe the solution you'd like
Fake Touch on Mouse Location when we tap a specific key for instance 'n'.
When the user press 'n' we trigger a FakeTouch on the current location of the cursor.
We would have a settings for enabling this.
This would make the keymap I created Useless and with the addition of Playchain and #88 the support of RL sideswipe would be absolutely complete!
Anything else?
I actually already implemented a quick and Dirty version of this on top of @XuYicong work on #88 and it works well, I use it.
Is your feature request related to a problem?
Yes, On some games like RL Sideswipe when we try to mouse click on some buttons or UI elements in the game interface. It makes the UI crash.
Issue already described here PlayCover/PlayCover#401 by @amirsaam
However it does not crash when we do a Touch tap. We can do that using Apple's "Touch Alternative settings" but it's very annoying, since you don't know where you tap, you have to guess and try many times. and if you fail at guessing it can click on some other element...
To overcome this I created a Keymap just to navigate in the menu and interface of RL sideswipe.
Describe the solution you'd like
Fake Touch on Mouse Location when we tap a specific key for instance 'n'.
When the user press 'n' we trigger a FakeTouch on the current location of the cursor.
We would have a settings for enabling this.
This would make the keymap I created Useless and with the addition of Playchain and #88 the support of RL sideswipe would be absolutely complete!
Anything else?
I actually already implemented a quick and Dirty version of this on top of @XuYicong work on #88 and it works well, I use it.
The code looks like this:
lastMove@a6275b5
I don't know if it would be useful for other games though.
Issue Language
Yes my issue is written in English
The text was updated successfully, but these errors were encountered: