Neutralize SDL_FINGERUP on Mac OSX

solves https://github.com/openfl/openfl/issues/815
This commit is contained in:
Nilsen Filc
2015-09-16 23:36:52 +02:00
parent 479859e159
commit 41f110c3ba

View File

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