1
0
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:
Sven Niederberger
2025-04-22 11:52:20 +02:00
committed by GitHub
parent cd318f0e55
commit 61e883be25
5 changed files with 0 additions and 22 deletions

View File

@@ -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.
}
}
}