Update SDL to 2.10

This commit is contained in:
Joshua Granick
2019-08-20 12:59:31 -07:00
parent 39bf29dacb
commit e9a790a4ea
5 changed files with 7 additions and 6 deletions

View File

@@ -185,9 +185,7 @@ namespace lime {
case SDL_FINGERDOWN:
case SDL_FINGERUP:
#ifndef HX_MACOS
ProcessTouchEvent (event);
#endif
break;
case SDL_JOYAXISMOTION: