Variables

@:value(cast flag(2))@:impl@:enuminlineread onlyHoverActive:MouseHoverEventState = flag(2)

Fired every frame on which the mouse hovers the element.

@:value(cast flag(1))@:impl@:enuminlineread onlyHoverEnd:MouseHoverEventState = flag(1)

Fired when the mouse is no longer on the element that was hovered in the previous frame.

@:value(cast flag(0))@:impl@:enuminlineread onlyHoverStart:MouseHoverEventState = flag(0)

Fired once when the mouse starts to hovers the element