Fix mouse wheel scrolling issue
Currently, mouse wheel scrolling via KRDP triggers screen corners when using xfreerdp under Wayland environment.
It is because the mouse wheel event is set to position (0,0) of the screen to remote.
So we remember previous mouse position to prevent this.
Edited by Jack Xu