4377bdeb
by SeongChan Lee at 2026-06-03T10:33:59+02:00
winexinput.sys: Fix handling of non-32-bit axis.
The previous axis direction inversion (`-ly - 1`) assumes `ly` is
a signed, 32-bit, 2's complement value.
It broke with the change 88e775db, which changed the size to
16-bit from 32-bit.
Fix it by using simple arithmetic rather than relying on the
2's complement logic.