Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_mcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MCURSOR()
 Set the mouse cursor
------------------------------------------------------------------------------

 Syntax

     FT_MCURSOR( [ <lState> ] ) -> lCursorState

 Arguments

    <lState> is a logical indicating whether to set the mouse cursor on.
             .T. - set mouse cursor on
             .F. - set mouse cursor off
             If omitted, no change is made to cursor state

 Returns

    A logical indicating the previous mouse cursor state.

 Description

    This function works like most Clipper state functions.  If no value
    is sent to FT_MCURSOR() it will return the state of the mouse cursor.

 Examples

    IF !( FT_MCURSOR() )
       FT_MCURSOR( .T. )
    ENDIF

 Source: MOUSE1.PRG

 Author: Leo Letendre

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson