Does an OS always start the mouse in the center of the screen? Think it would be
safe to assume this?
"Kevin P. Lawton" wrote:
> X-Odus wrote:
> >
> > 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.
>
> Bochs emulates a PS/2 mouse which generates movement, not
> absolute coords. You'd have to emulate a graphics tablet
> or something like that if you want absolute coords.
>
> -Kevin