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_mshowcrs()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MSHOWCRS()
 Increment internal cursor flag and display mouse cursor
------------------------------------------------------------------------------

 Syntax

     FT_MSHOWCRS() -> NIL

 Arguments

    NONE

 Returns

    NIL

 Description

    Displays the mouse cursor. Make sure to turn the mouse cursor off
    when redrawing screens.  The mouse cursor dutifully saves the screen
    under it, so if you draw over the mouse cursor it will create a "hole"
    in your screen when you move the mouse cursor.

    Note: A call to FT_MHIDECRS() decrements a mouse driver variable
    which indicates whether the cursor is shown. The cursor is visible
    only when the variable = 0. Thus multiple calls to FT_MHIDECRS()
    require an equal number of calls to FT_MSHOWCRS() before the cursor
    will again be visible. Once the variable is 0 calls to FT_MSHOWCRS()
    does not increment the variable above 0.

 Examples

    IF Empty( FT_MRESET() )
       FT_MSHOWCRS()
    ENDIF

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MHIDECRS() FT_MCONOFF()

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