Skip to content

DragTargetEvent

Inherits: DragEventBase

Event payload for drag move and accepted-drop callbacks.

Properties

  • offset(Offset) –

    Pointer position as an Offset.

  • x(float) –

    Horizontal pointer position relative to target bounds.

  • y(float) –

    Vertical pointer position relative to target bounds.

Properties#

offset property #

offset: Offset

Pointer position as an Offset.

x instance-attribute #

x: float

Horizontal pointer position relative to target bounds.

y instance-attribute #

y: float

Vertical pointer position relative to target bounds.