1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-10 17:39:34 -06:00
riperiperi 3d4dea624d
HID: Correct direct mouse deltas (#6736)
The delta position of the mouse should be the difference between the current and last position. Subtracting the last deltas doesn't really make sense.

Won't implement pointer lock for first person games, but might stop some super weird behaviour with the mouse values appearing totally random.
2024-04-28 18:55:37 +02:00
..