Trait nih_plug_vizia::widgets::util::ModifiersExt
source · pub trait ModifiersExt {
// Required methods
fn command(&self) -> bool;
fn alt(&self) -> bool;
fn shift(&self) -> bool;
}
Expand description
An extension trait for [Modifiers
] that adds platform-independent getters.