mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
Updates PlatformCursorController to use full set of SDL cursors.
Adds support for the SDL_SYSTEM_CURSOR_WAITARROW and SDL_SYSTEM_CURSOR_NO.
This commit is contained in:
parent
037d089c4d
commit
62b7442c7d
3 changed files with 9 additions and 4 deletions
|
|
@ -76,6 +76,9 @@ public:
|
|||
curResizeNESW,
|
||||
curResizeNWSE,
|
||||
curHand,
|
||||
curWaitArrow,
|
||||
curNoNo,
|
||||
numPlatformCursors
|
||||
};
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue