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