Skip to main content

ControlAction

Type Alias ControlAction 

Source
pub type ControlAction = Rc<dyn Fn(&mut EventContext<'_>)>;
Expand description

Action invoked when a ControlButton is tapped.

Aliased Typeยง

pub struct ControlAction { /* private fields */ }