Skip to content

Commit

Permalink
Emscripten: Fixed SDL_SYSTEM_CURSOR_SIZEALL
Browse files Browse the repository at this point in the history
  • Loading branch information
echeese committed Aug 18, 2018
1 parent 90454b1 commit aeea6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/emscripten/SDL_emscriptenmouse.c
Expand Up @@ -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";
Expand Down

0 comments on commit aeea6b9

Please sign in to comment.