Skip to main content

DragEvent (8.5)

Describes the state of the pointer when a drag operation starts. Passed to the start handler of a Drag.

class DragEvent

Properties

position

position: Point

The position of the pointer in the component's coordinate system when the drag started.


frame

frame: Rect

The component's bounding box during the event.


modifiers

modifiers: KeyboardModifiers

The keyboard modifiers active during the event, i.e. alt, control, or shift.

See KeyboardModifiers