xHarbour Reference Documentation > Function Reference |
Displays the mouse cursor.
MShow() --> NIL
The function returns always NIL.
The function MShow() exists for compatibility reasons only and is not recommended to use. Displaying 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: | MHide(), MSetCursor() |
Category: | Mouse functions |
Source: | rtl\mouseapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com