Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Flipper 6.0 Help File - <b>button_hot()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
BUTTON_HOT()
   Determines if the coordinates fall within the defined button.

   Syntax
         nButtonNumber = BUTTON_HOT(nX,nY)

   Arguments
         nX          Sets the horizontal coordinate of the point.
         nY          Sets the vertical coordinate of the point.

   Returns
         nButtonNumber Returns the button number of the found button or 0 if
                       none found.

   Description
         BUTTON_HOT() checks to see if the specified coordinates fall within a
         currently active button. If the point is within a button, the
         function returns the button number. Otherwise, a 0 is returned.

See Also: BUTTON_ADD() BUTTON_CNT() BUTTON_CUR() BUTTON_EDT() CLR_BUTTON()

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