MS_obscure

Hides the mouse cursor from view during graphics output.

Declaration

void MGLAPI MS_obscure(void)

Prototype In

mgraph.h

Description

Hides the mouse cursor from view in order to perform graphics output using MGL. If the graphics device driver supports a hardware cursor, this is handled by the hardware, otherwise it is removed from the display. You should call this routine rather than MS_hide in order to temporarily hide the mouse cursor during graphics output as the MS_hide routine will always hide the cursor, regardless of whether the system has a hardware mouse cursor or not.

See Also

MS_show, MS_hide

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com