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_inrow() - mouse cursor row at last button press</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_inrow() - mouse cursor row at last button press
  Usage:    <integer> = m_inrow()
  Params:   none
  Returns:  integer equal to the  mouse cursor row position when the
            user last pressed or released a button while waiting for
            mouse input

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

                 print(0,0,"Point at your choice and click left button)
                 m_inbutton(0)
                 use testfile index names
                 if ((m_incol() = 10) .and. (m_inrow() = 10))
                      seek "HARDY HAR HAR"
                 else
                      seek "ZIPPITY DOO DAH"
                 endif

            * avoids the user moving the mouse before you get a
            * chance to check the row/column position.


See Also: m_inbutton() m_col()

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