Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>mshidden() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSHIDDEN()                                                  Mouse Function
 Purpose..: Check whether a mouse has been turned off
-------------------------------------------------------------------------------
 Syntax...: MsHidden() --> lHidden

 Arguments: none      

 Returns..: lHidden is true if the mouse is on but has been hidden.

 Source...: MSISON.C
-------------------------------------------------------------------------------
 Example..: . The example checks whether the mouse is hidden. If
              is, it is turned back on.

            if MsHidden()
               MsShow()
            endif

See Also: MsOpen() MsMoved() MsShow() MsHide()

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