home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( window_handle% )
-
- REM Called when the pointer leaves a window which has a 'PointerLeaving'
- REM event attached
- REM window_handle% - window that the pointer has left
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- REM Normally you would reset the shape of the pointer at this point with
- REM a call to PROCshell_PointerResetShape
-
- = 0
- :
- *|Stop FN.........