mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 16:00:46 +00:00
Assorted bug fixes
This commit is contained in:
parent
31f1d27a49
commit
d1b806caf0
3 changed files with 26 additions and 3 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