Neutralize SDL_FINGERUP on Mac OSX
solves https://github.com/openfl/openfl/issues/815
This commit is contained in:
@@ -159,7 +159,9 @@ namespace lime {
|
||||
case SDL_FINGERDOWN:
|
||||
case SDL_FINGERUP:
|
||||
|
||||
#ifndef HX_MACOS
|
||||
ProcessTouchEvent (event);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case SDL_JOYAXISMOTION:
|
||||
|
||||
Reference in New Issue
Block a user