Magnus Christensson wrote:

> >>>>> X-Odus <[EMAIL PROTECTED]> writes:
> X-Odus>
> X-Odus> the RFB protocol sends the exact X,Y position of the mouse, where as
> X-Odus> plex86 emulates a PS/2 mouse and sends movement (ex: up 1, right 1).  Its
> X-Odus> not difficult to get how far the mouse has moved by comparing the X,Y's
>
> How would you do the conversion? Mouse acceleration (handled by the
> driver in the virtualized os) complicates things.
>
> /Magnus

Subtract OldY from NewY and OldX from NewX
Is that what you mean?



Reply via email to