In VGA graphics when using a mouse, the cursor is automatically redrawn and everything, but in SVGA graphics it's not.

So, you have to continually check to see if the mouse has moved. If it has, redraw it.

The easiest way to do this would be to make an interrupt handler fire off when the mouse is moved.