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_csrput() - place mouse cursor at coordinates x,y</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_csrput() - place mouse cursor at coordinates X,Y
  Usage:    m_csrput(<row>,<col>)
  Params:   int <row>, int <col> - row and column to place mouse
            cursor at
  Returns:  nothing

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

                 m_csrput(row(),col())
                 * this places the mouse cursor at the same
                 * location as the text cursor.

                 m_csrput(6,10)
                 * places mouse cursor at row 6 col 10

                 ? str(m_row())
                 * prints 6

                 ? str(m_col())
                 * prints 10


See Also: m_row() m_col()

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