Int 33H Function 02H Hide mouse pointer

Removes the mouse pointer from the display. The driver continues to track the mouse position.

Call with:

AX = 0002H

Returns:

Nothing

Note:

A counter is maintained which is decremented by calls to this function and incremented (if nonzero) by Int 33H Function 01H (Show Mouse Pointer). When the counter is zero, the mouse pointer is displayed. When the mouse driver is reset with Int 33H Function 00H, the counter is forced to -1.