GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Another bug report from 김한결: 이 프로그램은 2점 터치를 했을 
때 한 손가락을 떼면 그 외의 점도 같이 떨어지는 오류가 
있습니다.

Effectively this translates to "If you lift one finger, both touch points come 
up on Nexus S"

Original comment by luke.hutch on 22 Apr 2012 at 4:54

  • Added labels: ****
  • Removed labels: ****

from android-multitouch-controller.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Another user report: 
With 2 points, there are no pointer IDs; after lifting off one finger from 
touch point 4 and then the other from 3, then putting down one finger again, 
the single touch point has a ID.

Original comment by luke.hutch on 22 Apr 2012 at 4:55

  • Added labels: ****
  • Removed labels: ****

from android-multitouch-controller.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Got another related report from Garnet: 

I do have one quick question/observation.  I only have a Nexus One to
test my multitouch.  I am aware and understand a variety of issues
with that touchscreen.  What I see happening however with both your
visualizer and my app is something I had not known about.  When I have
two fingers down, your controller correctly reports two points.  When
I remove the second point, I actually get two events, one reporting a
new numPoints = 0, and then a few milliseconds later the correct
numPoints = 1.  Like this:

I/caJoystick(24296): *****************
I/caJoystick(24296): time: 1317005694145       <-------- this is where
I put the second finger down
I/caJoystick(24296): numpoints = 2
I/caJoystick(24296): joystickX = 90  joystickY = 146
I/caJoystick(24296): button0:128
I/caJoystick(24296): button1:0
I/caJoystick(24296): *****************
I/caJoystick(24296): time: 1317005696679
I/caJoystick(24296): numpoints = 0                    <--------- this
is when I remove that second finger but still have the first one down
I/caJoystick(24296): joystickX = 127  joystickY = 127
I/caJoystick(24296): button0:0
I/caJoystick(24296): button1:0
I/caJoystick(24296): *****************
I/caJoystick(24296): time: 1317005696682
I/caJoystick(24296): numpoints = 1                    <---------  and
then the correct value comes in 3 milliseconds later!
I/caJoystick(24296): joystickX = 87  joystickY = 143
I/caJoystick(24296): button0:0
I/caJoystick(24296): button1:0
I/caJoystick(24296): *****************

I can see that your multitouch visualizer from the market has the same
issue because removing the second finger from the screen causes the
text to appear on the display (as if no fingers were on the screen)
for an almost imperceptible time.  Just a flash.

Can I assume that this is another neat feature of the nexus one or is
there any chance that there is a bug in your controller?  I can use a
timer to suppress the spurious numpoints = 0 but that is rather
hackish.  Thought I'd check with you first.  I couldn't find any
reference to this specific nexus one issue on the net.

Original comment by luke.hutch on 22 Apr 2012 at 4:58

  • Added labels: ****
  • Removed labels: ****

from android-multitouch-controller.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
hi
same problem on a motorola xoom
When lifting a finger without moving the others, the API loses the touch points.
Example : point1 point2 point3 down
Lift point3 without moving the others fingers (you must be careful and precise 
!)
Result: the 2 remaining points are lost, but they are displayed again if the 
fingers are moved a little bit

Original comment by [email protected] on 15 May 2012 at 7:49

  • Added labels: ****
  • Removed labels: ****

from android-multitouch-controller.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.