HTML5 Canvas 2D Library
 

automaticMouseMoveOut Property of taccgl

Short Description: Automatically generate missing mouseMoveOut Events

Signature:   a.automaticMouseMoveOut
 
Is a boolean property with default value true. If true, the controller checks on mouseMove events if there are pending mouseover events, where the mouse is no longer inside the corresponding element but a mouseout was not fired. If so the controller generates the missing mouseout event.
Next Page:transformController Class
Previous Page: Controller.instMouseOverFilter - Install MouseOver Filter