mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Merge pull request #2056 from Bloodknight/afx_merge_main
Afx merge main
This commit is contained in:
commit
35d649b57e
301 changed files with 59625 additions and 1480 deletions
|
|
@ -127,6 +127,11 @@ void MacCursorController::setCursorShape(U32 cursorID)
|
|||
case PlatformCursorController::curResizeHorz:
|
||||
[[NSCursor resizeUpDownCursor] set];
|
||||
break;
|
||||
// This sets an appropriate value for the standard hand cursor.
|
||||
// In AFX this is used for rollover feedback.
|
||||
case PlatformCursorController::curHand:
|
||||
[[NSCursor pointingHandCursor] set];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue