EEex_IsCursorWithinMenu
EEex_IsCursorWithinMenu(menuName, menuItemName)
Determines if mouse position is within a menu item’s bounding rectangle
Parameters
menuName - menu name for the menu item to check
menuItemName - menu item to check if mouse position is within
Return
Returns true if mouse position is located withing the menu item’s bounding rectangle or false otherwise
Example
EEex_IsCursorWithinMenu()
See Also