mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
WindowServer+LibGfx: Added Crosshair cursor
This commit is contained in:
parent
ddad7575a9
commit
9ccae7a908
7 changed files with 11 additions and 0 deletions
|
@ -31,6 +31,7 @@ namespace Gfx {
|
|||
enum class StandardCursor {
|
||||
None = 0,
|
||||
Arrow,
|
||||
Crosshair,
|
||||
IBeam,
|
||||
ResizeHorizontal,
|
||||
ResizeVertical,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue