Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL
This commit is contained in:
parent
71027120f3
commit
34b4282e0f
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ Emscripten_CreateSystemCursor(SDL_SystemCursor id)
|
|||
cursor_name = "ns-resize";
|
||||
break;
|
||||
case SDL_SYSTEM_CURSOR_SIZEALL:
|
||||
cursor_name = "move";
|
||||
break;
|
||||
case SDL_SYSTEM_CURSOR_NO:
|
||||
cursor_name = "not-allowed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue