xHarbour Reference Documentation > Function Reference |
Determines the visibility of the mouse cursor.
SetMouse( [<lOnOff>], [<nRow>], [<nCol>] ) --> lIsMouseVisible
The function returns .T. (true) when the mouse cursor is visible, otherwise .F. (false)
SetMouse() is used in full screen or console window applications to show or hide the mouse cursor and optionally move it to a new position on the screen. It combines the functions MSetPos(), MShow() and MHide().
See also: | NumButtons(), MSetCursor(), MSetPos() |
Category: | Mouse functions |
Source: | rtl\mousex.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com