Trait makepad_platform::AppMain
source · pub trait AppMain {
// Required method
fn handle_event(&mut self, cx: &mut Cx, event: &Event);
}pub trait AppMain {
// Required method
fn handle_event(&mut self, cx: &mut Cx, event: &Event);
}