-
Notifications
You must be signed in to change notification settings - Fork 6
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
touchUp and touchMoved Issue. #1
Comments
What device are you using this with, and what version of Windows? On Tue, Dec 29, 2015, 21:47 Jug notifications@github.com wrote:
|
I'm using windows 10, with Dell Touch monitor S2240T.. |
Hi, I don't know if this is related or not, but I found I'm using Surface Pro 2 with Windows 10. |
Win10 with external 3M touch display, can confirm touch events are called twice per touch with matching |
I just hit the double touchDown issue today. Solved it by adding a check to see if the touch.id is already in the touchMap.
|
@griv do you want to submit a PR to fix it? |
Hi nneonneo, First off all thanks for this wonderful Plugin. I ask for help at openframeworks forum, then someone directed me here...I'm not a pro... but I'm facing some issues here, I wanted to create a simple swipe gesture, so I'm trying different methods to achieve that. (may be you can help me to achieve that?)
Whenever I want to call any function from touchUp or touchMoved, sometimes it just call it as soon I touchdown or sometimes it doesn't call at all... (for example :- I want to print anything on touchMove or sometimes touchUp.... it will just print as soon I touch down).
Like I said I'm just a beginner, appreciate if you can assist me...... Thanks in advance.
The text was updated successfully, but these errors were encountered: