openframeworks/openFrameworks

iOS : Single Touch Recognized as Double Touch on Second Touch Location Change on Simulation

azuremous opened this issue · 1 comments

As you can see from the video, a double touch decision occurs unconditionally on the second touch even though it is a single touch. It does not occur after that, but occurs when you change the location again.

testDoubleTouch_.mov

Is it a problem that only occurs in simulations?

I tried logging in both of xiOSGLKView and ofxiOSEAGLView to see what is causing this problem, but I can't check the log.

checkDoubleTouch

of ver 0.12.0

Yeah I think this is just an issue on Simulator as touch event and even tapCount is all coming from Apple's events