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:
OTHGMars 2018-04-27 21:44:04 -04:00
parent 037d089c4d
commit 62b7442c7d
3 changed files with 9 additions and 4 deletions

View file

@ -76,6 +76,9 @@ public:
curResizeNESW,
curResizeNWSE,
curHand,
curWaitArrow,
curNoNo,
numPlatformCursors
};
public: