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_maxrow() - set max/min rows that mouse can access</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_maxrow() - set max/min rows that mouse can access
  Usage:    m_maxcol(<minrow>,<maxrow>)
  Params:   integer <minrow> - minimum row that mouse can access
            integer <maxrow> - maximum row that mouse can access
  Returns:  nothing

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

                 box(10,10,20,50)
                 m_maxcol(10,50)
                 m_maxrow(10,20)

            * this keeps the mouse cursor in the box @ 10,10,20,50


See Also: m_col()

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