소스 검색

Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL

Ryan Speets 8 년 전
부모
커밋
aeea6b9b1f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/video/emscripten/SDL_emscriptenmouse.c

+ 1 - 0
src/video/emscripten/SDL_emscriptenmouse.c

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