mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Add PlotUi::response() to replace plot_clicked() etc (#3223)
Closes https://github.com/emilk/egui/pull/2571
This commit is contained in:
@@ -761,7 +761,7 @@ impl InteractionDemo {
|
||||
plot_ui.pointer_coordinate(),
|
||||
plot_ui.pointer_coordinate_drag_delta(),
|
||||
plot_ui.plot_bounds(),
|
||||
plot_ui.plot_hovered(),
|
||||
plot_ui.response().hovered(),
|
||||
)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user