apsun/AbsoluteTouchEx

Parameters on app launch

Opened this issue · 0 comments

Hello!

I'm trying to use absolutetouchex on a different app (scrcpy) which seems to work (it starts), but the shift-f6 doesn't enable it and shift-7 didn't start the calibration.

I checked all the requirements: precision touchpad, visual c++ 2019.. the only thing I seem to miss is the raw input.

Apparently it's supported by scrcpy, launching it with the following parameter:
scrcpy --raw-key-events
(Which I don't even know if it applies just to the keys or also to the mouse/touchpad)

But when launching scrcpy from the absolutetouchex, it seems it doesn't accept the parameters of the other app, is there a way to make it happen?

Thanks