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.
|