The problem is that the VNC Viewer only captures mouse movements when the
mouse is over the window.  If you mouse is off the window when the viewer
loads then you move onto it, it will mess up the mouse movements.  I would
like the x,y of the mouse in bochs to match the x,y of the mouse over the VNC
Viewer window.

"Kevin P. Lawton" wrote:

> X-Odus wrote:
> >
> > Sorry this is the best way I know of to get Kevins attention.
> >
> > This is a bochs question, not Plex86, sorry.  Is there anyway to set the
> > Mouse position rather then telling it how much the mouse has moved?  The
> > VNC Viewer gives me X,Y coordinates of where the mouse is inside the
> > viewer window.  VNC servers normally just set the mouse position
> > accordingly.  Is there any way to do this in bochs?
>
> The mouse needs differential coords.  But it's simple
> enough to calculate deltas from absolute coords in
> your code, then pass deltas.
>
> -Kevin


Reply via email to