CBL_HIDE_MOUSE

Makes the mouse pointer invisible.

Syntax:
call "CBL_HIDE_MOUSE" using      mouse-handle
                      returning status-code
Parameters:
Using call prototype (see Library Routines - Key) Picture (32-bit systems)
mouse-handle cblt-x4-compx pic x(4) comp-x.
status-code See Library Routines - Key
On Entry:
mouse-handle Mouse identifier, obtained by earlier call to CBL_INIT_MOUSE.
On Exit:

None.

Comments:

After this routine has been called, mouse events still take place, but the mouse pointer is not displayed.

The CBL_ mouse routines do not work with the x"AF" mouse routines.

See Also: