mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Handle viewport commands in EguiGlow
This commit is contained in:
@@ -989,7 +989,7 @@ fn translate_cursor(cursor_icon: egui::CursorIcon) -> Option<winit::window::Curs
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
pub fn process_viewport_commands(
|
||||
commands: Vec<ViewportCommand>,
|
||||
commands: impl IntoIterator<Item = ViewportCommand>,
|
||||
window: &winit::window::Window,
|
||||
is_viewport_focused: bool,
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user