Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - msm_showcursor http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                              msm_showcursor

   Usage
   #include <msmouse.h>
   void msm_showcursor(void);

   Description
   Show cursor. That is, increment the cursor flag. If the cursor flag is
   0,  then the cursor is displayed. Since msm_init() sets the  value  of
   the  cursor  flag  to  -1,  msm_showcursor()  must  be  called   after
   msm_init() in order for the cursor to appear. Note that showcursor and
   hidecursor can be nested.That is, if n hidecursor 's were done, then n
   showcursor's must be done in order to show the cursor. Generally,  the
   point is to remove the cursor before any screen I/O is done, and  then
   restore the cursor.


See Also: msm_condoff msm_hidecursor

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