mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
[drag-and-drop] Add Grab and Grabbing CursorIcon:s
This commit is contained in:
@@ -153,6 +153,8 @@ pub fn translate_cursor(cursor_icon: egui::CursorIcon) -> glutin::window::Cursor
|
||||
CursorIcon::ResizeNwSe => glutin::window::CursorIcon::NwseResize,
|
||||
CursorIcon::ResizeVertical => glutin::window::CursorIcon::NsResize,
|
||||
CursorIcon::Text => glutin::window::CursorIcon::Text,
|
||||
CursorIcon::Grab => glutin::window::CursorIcon::Grab,
|
||||
CursorIcon::Grabbing => glutin::window::CursorIcon::Grabbing,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user