-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gestouch suddenly stops working #92
Comments
which version? |
I have downloaded latest version after it stops working... and it is not working.. nothing is happening... |
UNBELIEVEABLE! I found out what was the problem :) I have worked on my computer through Google Remote Desktop, from my computer at work. And, when I run debugger while Remote Desktop is open, Gestouch is NOT working. Tried it again from my second home computer, and it is NOT working, of course. Then I turn off sharing and run debug again from local computer - and it WORKS! |
Tried to run over Teamviewer, and works like a charm... |
hm I think I remember somebody was saying something about Gestouch and sockets... I have absolutely no idea how such things can be related. Could you debug a bit? Are mouse and touch events event dispatched and processed? |
Mouse events are working fine. Gestouch not. I do not have any native touch events in app so IDK... |
So if events are working, then would be interesting where their processing breaks in Gestouch. |
I have been working with gestouch in FlashDevelop for a year without any problem. Two days ago I have installed FlashBuilder, in which gestouch just won't work neither to display any error. Today, ist just wont wok in FlashDevelop either. Tried to install new sdk (18) or to use older one (16) result is the same. Somehow it just do not receive inputs. I have tons of changes from mouseevents to gestouch in code, I do not plan to roll back to mouse events. Any clue for this problem? Note that no errors have been displayed.
The text was updated successfully, but these errors were encountered: