ABeltramo
ABeltramo
Thanks, this is definitely helpful. Which specific device are you using, btw? I feel that this might be some weird issue client side, we can probably mitigate the outliers server-side,...
Sorry for the very late reply, I do have a (ever growing) list of todos, and I'm definitely going to look into this at some point; I'd like to get...
Thanks for the long explanation, that makes perfect sense, and it seems to be right track; I'm glad you've found the actual underlying issue, nice job!! > I'm happy to...
Just a side note, having a long explanation like that on Github is perfect because you can easily reference it with a little comment in code. Don't be afraid of...
@alecfriedman3 I've opened up a PR [#17](https://github.com/games-on-whales/inputtino/pull/17) and quickly tested the changes locally (if you could [check the flag that allows edits by maintainers](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork) I can also push those changes)....
`Permission denied` when making a DualSense controller is most likely tied to `/dev/uhid`, with the right `udev` rules you should have something like: ``` ls -la /dev/uhid crw-rw----+ 1 root...
`/dev/uhid` is usually not exposed to the `input` group (see `root root` in my output above) so doing `usermod` wouldn't help there. **Could it be that you have some outdated...
I think there are two separate issues here: 1- The pen input goes to the "main monitor" and not the one currently streaming 2- We don't account for monitor offsets...
`uhid` is just used for emulating the PS5 joypad with Gyro and acceleration, everything else uses `/dev/uinput`. A few questions: - Can you confirm if it's just the mouse or...
Have you tested it with a joypad? Does it work out of the box or does it need manual configuration?