mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Revert "Add OutputCommand::SetPointerPosition to set mouse position" (#5867)
Reverts emilk/egui#5776 I noticed that this is already a `ViewportCommand`. Sorry for not seeing that earlier.
This commit is contained in:
committed by
GitHub
parent
cd318f0e55
commit
61e883be25
@@ -336,9 +336,6 @@ impl AppRunner {
|
||||
egui::OutputCommand::OpenUrl(open_url) => {
|
||||
super::open_url(&open_url.url, open_url.new_tab);
|
||||
}
|
||||
egui::OutputCommand::SetPointerPosition(_) => {
|
||||
// Not supported on the web.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user