Module dioxus_core::events[][src]

Virtual Events This module provides a wrapping of platform-specific events with a list of events easier to work with.

3rd party renderers are responsible for forming this virtual events from events

The goal here is to provide a consistent event interface across all renderer types

Structs

AnimationEvent
ClipboardEvent
CompositionEvent
EventTrigger
FocusEvent
FormEvent
GenericEvent
ImageEvent
KeyboardEvent
MediaEvent
MouseEvent
PointerEvent
SelectionEvent
TouchEvent
TransitionEvent
UIEvent
WheelEvent

Enums

VirtualEvent