You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to reset AbsMouse::_x and AbsMouse::_y to zero after reporting. Otherwise, using relative mouse while mouse buttons are sent through AbsMouse, it will move the mouse to the last position.
Need to reset
AbsMouse::_xandAbsMouse::_yto zero after reporting. Otherwise, using relative mouse while mouse buttons are sent through AbsMouse, it will move the mouse to the last position.