mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
This commit is contained in:
parent
23ee68c63e
commit
c2b5519ce2
3 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,8 @@ enum class StandardCursor {
|
|||
ResizeDiagonalTLBR,
|
||||
ResizeDiagonalBLTR,
|
||||
Hand,
|
||||
Drag,
|
||||
Move,
|
||||
};
|
||||
|
||||
class Window : public Core::Object {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue