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