mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
Add missing cursor types
The flowing assert would trip: SDL_assert(SDL_arraysize(cursorNames) == SDL_NUM_SYSTEM_CURSORS)
This commit is contained in:
parent
6daf2e943f
commit
a28ac29aa0
1 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,14 @@ static const char *cursorNames[] = {
|
|||
"sizeALL",
|
||||
"NO",
|
||||
"hand",
|
||||
"window top left",
|
||||
"window top",
|
||||
"window top right",
|
||||
"window right",
|
||||
"window bottom right",
|
||||
"window bottom",
|
||||
"window bottom left",
|
||||
"window left"
|
||||
};
|
||||
static int system_cursor = -1;
|
||||
static SDL_Cursor *cursor = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue