io/pointer: added the grab cursor

Signed-off-by: pierre <pierre.curto@gmail.com>
This commit is contained in:
pierre
2021-02-07 20:48:30 +01:00
committed by Elias Naur
parent 6682f75db9
commit a581acf3fd
7 changed files with 22 additions and 7 deletions
+3
View File
@@ -119,6 +119,9 @@ void gio_setCursor(NSUInteger curID) {
case 6:
[NSCursor.resizeUpDownCursor set];
break;
case 7:
[NSCursor.openHandCursor set];
break;
default:
[NSCursor.arrowCursor set];
break;