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_position() - get mouse row and column coordinates</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_position() - get mouse row and column coordinates
  Usage:    <float> = m_position()
  Params:   none
  Returns:  a floating point value equal to the current mouse cursor
            coordinates. The row number is the major number to the left
            of the decimal point, the column number is the minor number
            to the right of the decimal point.

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

                 m_csrput(10,38)
                 ? m_position()
                 * prints 10.38


See Also: m_row() m_col() m_region() m_aregion()

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