Skip to main content

ModifiersInteraction

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§