Added default cursor for Tinker target
This commit is contained in:
parent
0244264995
commit
ef93ebecf5
1 changed files with 3 additions and 0 deletions
|
@ -295,6 +295,9 @@ namespace sdl
|
|||
#elif USE_SDL2
|
||||
#ifndef TINKER
|
||||
setup_cursor();
|
||||
#else
|
||||
cursor = SDL_CreateSystemCursor(SDL_SYSTEM_CURSOR_ARROW);
|
||||
SDL_SetCursor(cursor);
|
||||
#endif
|
||||
|
||||
// make the scaled rendering look smoother (linear scaling).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue