Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL
parent
90454b1ece
commit
aeea6b9b1f
|
@ -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…
Reference in New Issue