mirror of
https://github.com/emilk/egui.git
synced 2026-06-28 07:23:13 -04:00
[drag-and-drop] Add Grab and Grabbing CursorIcon:s
This commit is contained in:
@@ -167,9 +167,11 @@ fn cursor_web_name(cursor: egui::CursorIcon) -> &'static str {
|
||||
ResizeNwSe => "nwse-resize",
|
||||
ResizeVertical => "ns-resize",
|
||||
Text => "text",
|
||||
Grab => "grab",
|
||||
Grabbing => "grabbing",
|
||||
// "no-drop"
|
||||
// "not-allowed"
|
||||
// default, help, pointer, progress, wait, cell, crosshair, text, alias, copy, move, grab, grabbing,
|
||||
// default, help, pointer, progress, wait, cell, crosshair, text, alias, copy, move
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user