ori::core::views

Function on_press

Source
pub fn on_press<T, V, F>(content: V, on_press: F) -> Clickable<T, V, F>
where V: View<T>, F: FnMut(&mut EventCx<'_, '_>, &mut T) + 'static,
Expand description

Create a new Clickable, that calls on_press when pressed.