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.