Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfmouact()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfMouAct()
Install mouse in memory
------------------------------------------------------------------------------
Syntax:

     dfMouAct( [<lFast>] ) --> NIL

Parameters:

     <lFast>    Enable Fast Reset. DEFAULT .F.

Returns:

     NIL

Description:

     Installs the mouse driver in memory, following the settings in the INI
     file
     
     N.B.  This function MUST be used in the case that you are using any
     function that shells to DOS, like OVERLAY.  The mouse driver is a TSR
     function, and its memory image will be swapped out to disk. As soon as
     you touch the mouse, the system will probably crash.

Example:

     dfMouRel() // Remove the mouse from memory
     OVERLAY( "C:\WINDOWS\WIN" )
     dfMouAct() // Install the mouse in memory

See also:

     dfMouRel()

See Also: dfMouRel()

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