dioxus_lib::events

Trait ModifiersInteraction

source
pub trait ModifiersInteraction {
    // Required method
    fn modifiers(&self) -> Modifiers;
}
Expand description

A interaction that contains data about the current state of the keyboard modifiers.

Required Methods§

source

fn modifiers(&self) -> Modifiers

Gets the modifiers of the pointer event.

Implementors§