Type Alias dioxus::prelude::WheelEvent

source ·
pub type WheelEvent = Event<WheelData>;
Available on crate feature html only.

Aliased Type§

struct WheelEvent {
    pub data: Rc<WheelData>,
    /* private fields */
}

Fields§

§data: Rc<WheelData>

The data associated with this event