You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there way to know event is consumed by egui just like what has done for egui-glium?
very thanks
egui-glium code:
let event_response = egui_glium.on_event(&event);
// if event_response's consumed is true, means event is consumed by egui,
if event_response.repaint {
display.gl_window().window().request_redraw();
}
The text was updated successfully, but these errors were encountered:
skydig
changed the title
need help
need help for event handle
Sep 1, 2022
is there way to know event is consumed by egui just like what has done for egui-glium?
very thanks
egui-glium code:
The text was updated successfully, but these errors were encountered: