Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>ms_curon()</b> c_exam03 http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MS_CURON()                                                          C_EXAM03
   Turns the mouse cursor on.

   Syntax
         nMsFlag = MS_CURON()

   Arguments
         None

   Returns
         nMsFlag     Returns the state of the mouse driver:
                        -1 - driver not turned on with MS_RESET()
                         0 - mouse cursor is turned on
                         2 - mouse cursor is turned off

   Description
         Makes the mouse cursor visible on the screen.

   Examples

         MS_CURON() 
         key = KEY_PRESS() 
         MS_CUROFF()

See Also: CUR_DEFINE() MS_CUROFF() MS_CURR_X() MS_CURR_Y() MS_CURSOR()

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