ori::prelude

Function on_click

Source
pub fn on_click<T, V, F>(content: V, on_click: 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_click when clicked.