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_minit()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MINIT()
 Initialize the mouse driver, vars and return status of mouse
------------------------------------------------------------------------------

 Syntax

     FT_MINIT() -> lMouseStatus

 Arguments

    NONE

 Returns

    An logical representing the mouse status (.F. == mouse not installed)

 Description

    Initializes the mouse drive, associated variables and returns mouse
    status. It checks to see if the mouse has been previously initialized
    and if so it does not reinitialize. The row and column limits of mouse
    movement is set to the maximum for the current video mode.
    Use FT_MSHOWCRS() to display the mouse cursor.

 Examples

    IF .NOT. FT_MINIT()
       ? "No mouse driver is installed"
    ENDIF

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MRESET()

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