The TX97 now correctly uses the W83877 and removed VNC from the Dev branch.
This commit is contained in:
@@ -89,7 +89,6 @@ win_mouse_handle(PRAWINPUT raw)
|
||||
* seems to work fine for RDP on Windows 10
|
||||
* Not sure about other environments.
|
||||
*/
|
||||
x=state.lLastX, y=state.lLastY;
|
||||
mousestate.dx += (state.lLastX - x)/100;
|
||||
mousestate.dy += (state.lLastY - y)/100;
|
||||
x=state.lLastX;
|
||||
|
||||
Reference in New Issue
Block a user