Skip to main content

HoverEvent

Describes the pointer state during a hover. Passed to the handlers of a Hover.

class HoverEvent

Properties

position

position: Point

The pointer position in the component's coordinate system.

See Point


frame

frame: Rect

The component's bounding box during the event.

See Rect


modifiers

modifiers: KeyboardModifiers

The keyboard modifiers that were active during the event.

See KeyboardModifiers