View source
enum abstract MouseHoverEventState(Int)
package koui.events
from Int to Int
import koui.events.MouseEvent
Variables
inlineread onlyHoverActive:MouseHoverEventState = flag(2)
Fired every frame on which the mouse hovers the element.
inlineread onlyHoverEnd:MouseHoverEventState = flag(1)
Fired when the mouse is no longer on the element that was hovered in the previous frame.
inlineread onlyHoverStart:MouseHoverEventState = flag(0)
Fired once when the mouse starts to hovers the element