pub trait ModifiersInteraction {
    // Required method
    fn modifiers(&self) -> Modifiers;
}
Available on crate feature html only.
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§