|
@@ -165,6 +165,7 @@ Emscripten_CreateSystemCursor(SDL_SystemCursor id)
|
|
cursor_name = "ns-resize";
|
|
cursor_name = "ns-resize";
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_SIZEALL:
|
|
case SDL_SYSTEM_CURSOR_SIZEALL:
|
|
|
|
+ cursor_name = "move";
|
|
break;
|
|
break;
|
|
case SDL_SYSTEM_CURSOR_NO:
|
|
case SDL_SYSTEM_CURSOR_NO:
|
|
cursor_name = "not-allowed";
|
|
cursor_name = "not-allowed";
|