⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module dnd

Module dnd 

Source
Expand description

Drag-and-Drop

wl_data_offer protocol with enter/leave/drop/motion events.

Structs§

DndManager
Drag-and-drop manager.
DragSource
Information about a drag source.
DropTarget
Information about a drop target.

Enums§

DndError
Errors that can occur during drag-and-drop operations.
DndEvent
Events emitted by the DnD subsystem.
DndState
State machine for drag-and-drop operations.