DisplayEventDragLeft import { DisplayEventDragLeft } from "destack:display/binding"; Drag left display event. export struct DisplayEventDragLeft { kind: "dragLeft"; timestampNs: uint64; sequence: uint64; droppedCount: uint64; backend: DisplayBackendKind; window: WindowHandle; session: DisplayDragSessionHandle; } language/library/src/display/binding/event.ds:334:349 Members kind: "dragLeft" Event discriminator. timestampNs: uint64 Event timestamp in nanoseconds. sequence: uint64 Event sequence number. droppedCount: uint64 Number of events dropped before this event. backend: DisplayBackendKind Display backend. window: WindowHandle Window handle. session: DisplayDragSessionHandle Drag session handle.