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_col() - get current mouse cursor column position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     m_col() - get current mouse cursor column position
  Usage:    <integer> = m_col()
  Params:   none
  Returns:  integer equal to the current mouse cursor column

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

                 if ((m_col() >= 10) .and. (m_col() <=20))
                      print(10,10,"Append    ",112)
                 else
                      print(10,10,"Append    ",7)
                 endif


See Also: m_row()

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