Patch double mouse events on iOS
This commit is contained in:
@@ -319,6 +319,10 @@ namespace lime {
|
||||
|
||||
void SDLApplication::ProcessMouseEvent (SDL_Event* event) {
|
||||
|
||||
#ifdef IPHONEOS
|
||||
return;
|
||||
#endif
|
||||
|
||||
if (MouseEvent::callback) {
|
||||
|
||||
switch (event->type) {
|
||||
|
||||
Reference in New Issue
Block a user