Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL

Ryan Speets 2018-08-18 12:30:04 +01:00
parent 90454b1ece
commit aeea6b9b1f
1 changed files with 1 additions and 0 deletions

View File

@ -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";