evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

x ==0, y == 0 never reported for Absolute Mode mouse #62

Closed evilC closed 4 years ago

evilC commented 4 years ago

Manager.cs

                    // Process mouse movement
                    if (x != 0 || y != 0)
                    {
                        hasMove = true;

This code evaluates false, but absolute mode of 0, 0 never gets reported.

Reported by phasermaniac here