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