-
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
TUIO and Starling #97
Comments
@djankey To initialize: |
Thanks Pavel, it's working... I'm adding TuioTouchEvent's to Starling TouchProcessor and Gestouch TouchesManager. TUIO > Flash connection can be done via one of three connectors (TCP, UDP, LocalConnection). Here is my implementation - It's not the prettiest, but it's working :)
|
I'm working on AIR Starling touch application with TUIO events (Windows).
TUIO events are processed with Starling TouchProcessor.
http://forum.starling-framework.org/topic/touchprocessor-with-tuio-events#post-89081
Starling touch events are fired, but Gestouch doesn't work...
This is my Gestouch code:
Can Gestouch recognize Starling touch events?
The text was updated successfully, but these errors were encountered: