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++ 3.0r4 - <b>msm_showcursor</b> 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 hidecursors were done, then n showcursors 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



See Also: msm_condoff msm_hidecursor

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