Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>m_iscursor() - check if mouse cursor is on or off</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_iscursor() - check if mouse cursor is on or off
  Usage:    <logical> = m_iscursor()
  Params:   none
  Returns:  .T. if mouse cursor is displayed, .F. if not

 ---------------------------------- Example ---------------------------------

                 if .not. m_iscursor()
                      m_csron()
                 endif

  Note:     If you last had the mouse cursor on, and you set
            mouse(.F.) then m_iscursor() returns the last state of
            the mouse cursor. In this case, it will be .T.


See Also: m_csron() m_csroff()

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