View Single Post
  #2  
Old 05-26-2009, 03:14 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Wiki
onMouseEnter(keymodifier,mousescreenx,mousescreeny ) - the mouse moved inside this control
onMouseLeave(keymodifier,mousescreenx,mousescreeny ) - the mouse left the control
onMouseMove(keymodifier,mousescreenx,mousescreeny) - the mouse has been moved
Track when the mouse has entered the menu and track the movement, when the movement hasn't changed for a certain amount of time open a sub-menu.
__________________
Reply With Quote