mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:47:35 +00:00
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
This commit is contained in:
parent
a6e4c504e2
commit
76266862d1
7 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,8 @@ RefPtr<WSCursor> WSCursor::create(WSStandardCursor standard_cursor)
|
|||
return WSWindowManager::the().resize_diagonally_tlbr_cursor();
|
||||
case WSStandardCursor::ResizeDiagonalBLTR:
|
||||
return WSWindowManager::the().resize_diagonally_bltr_cursor();
|
||||
case WSStandardCursor::Hand:
|
||||
return WSWindowManager::the().hand_cursor();
|
||||
}
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue