A MouseHoverEvent is fired if the mouse cursor is above an element.

Constructor

new(element:Null<Element>, state:MouseHoverEventState, mouseMoved:Bool)

Variables

finalmouseMoved:Bool

States whether the mouse was moved or is stationary over the element.

Methods

Inherited Variables

Defined by Event

finalelement:Null<Element>

The element that receives this event. If null, this event is not dispatched.

privatefinalstate:Int

Inherited Methods