changeset 8049 | eac8f31e9bbd |
parent 7753 | e4c38f17bfad |
child 8066 | 658b461d81be |
8048:a9c5ddad50b0 | 8049:eac8f31e9bbd |
---|---|
360 SDL_MouseQuit(void) |
360 SDL_MouseQuit(void) |
361 { |
361 { |
362 SDL_Cursor *cursor, *next; |
362 SDL_Cursor *cursor, *next; |
363 SDL_Mouse *mouse = SDL_GetMouse(); |
363 SDL_Mouse *mouse = SDL_GetMouse(); |
364 |
364 |
365 SDL_SetRelativeMouseMode(SDL_FALSE); |
|
365 SDL_ShowCursor(1); |
366 SDL_ShowCursor(1); |
366 |
367 |
367 cursor = mouse->cursors; |
368 cursor = mouse->cursors; |
368 while (cursor) { |
369 while (cursor) { |
369 next = cursor->next; |
370 next = cursor->next; |