mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Base+WindowServer+LibGfx: Add new DragCopy Cursor
The purpose of this cursor is to indicate if a current dragged object (file, Spreadsheet cell) can be dropped onto a widget.
This commit is contained in:
parent
06102ff9af
commit
e5674d9666
10 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,7 @@ enum class StandardCursor {
|
|||
Hand,
|
||||
Help,
|
||||
Drag,
|
||||
DragCopy,
|
||||
Move,
|
||||
Wait,
|
||||
Disallowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue