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>msison() mouse function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  MSISON()                                                    Mouse Function
 Purpose..: Check whether a mouse is turned on
-------------------------------------------------------------------------------
 Syntax...: MsIsOn( ) --> lIsOn

 Arguments: none      

 Returns..: lIsOn is true if the mouse is active.

 Source...: MSISON.C
-------------------------------------------------------------------------------
 Example..: . The example checks whether the mouse is active. If
              not, it prints a message.

            if !MsIsOn()
               ? "Mouse is inactive or not installed..."
            endif

See Also: MsOpen() MsMoved()

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