Skip to main content

Module event

Module event 

Source

Re-exports§

pub use dropped_file::FileDragEvent;

Modules§

dropped_file
listener

Structs§

Dispatch
A single step in a capture/target/bubble dispatch sequence.
DragCancelEvent
Event data for when a drag operation is cancelled.
DragConfig
Configuration for draggable behavior and animations.
DragEndEvent
Event data for when a drag operation completes with a drop.
DragEnterEvent
Event data for when a dragged element enters a drop target, or when a drop target is entered by a dragged element.
DragLeaveEvent
Event data for when a dragged element leaves a drop target, or when a drop target is left by a dragged element.
DragMoveEvent
Event data for when the pointer moves during a drag operation.
DragStartEvent
Event data for when a drag operation starts.
DragToken
EventCx
PointerId
A unique identifier for the pointer.
RouteData
Event routing data containing routing strategy and event source.
ScrollTo
A custom event requesting that ancestor scroll containers adjust their viewport to reveal a target element or a specific region within it.
ScrollToListener
Listener for ScrollTo events

Enums§

DragEvent
Drag and drop event discriminating between source and target events.
DragSourceEvent
Events sent to the element being dragged during a drag operation.
DragTargetEvent
Events sent to potential drop targets during a drag operation.
Event
The Floem Events.
EventPropagation
Control whether an event will continue propagating or whether it should stop.
FocusEvent
Focus-related events fired during focus transitions.
ImeEvent
Describes input method events.
InteractionEvent
High-level interaction events that abstract over pointer and keyboard input. These events represent user intent (clicking, double-clicking, etc.) regardless of the input method used.
Phase
Phases of event propagation.
PointerCaptureEvent
Pointer capture state changes.
RouteKind
Defines the routing strategy for dispatching events through the view tree.
UpdatePhaseEvent
Phases of the window update cycle.
WindowEvent
Events related to the application window state.

Traits§

CustomEvent
PointerScrollEventExt

Functions§

clear_hit_test_cache
Clear the hit test result cache. Call this when layout changes, view tree changes, or at the start of a new frame.