xHarbour Reference Documentation > Function Reference |
Hides the mouse cursor.
MHide() --> NIL
The function returns always NIL.
The function MHide() exists for compatibility reasons only and is not recommended to use. Hiding the mouse cursor is only relevant when an application runs in full screen mode. Use function MSetCursor() for hiding/displaying the mouse cursor in such an application.
See also: | MShow(), MSetCursor() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com