reallyOver(element: HTMLDocument, event);
element. DOM element.
event. Mouse cursor event.
The reallyOver method determines whether the mouse cursor is really over the specified element or got from one child element to another.
This method returns True if the mouse cursor is over the specified element or got from one child element to another, otherwise it returns False.
The example of use is given in the with description of the PP.reallyOut method.
See also: