hg: openjfx/8/graphics/rt: [RT-34536] [Lens] [touch] when multitouch is enabled many exceptions are thrown

hang.vo at oracle.com hang.vo at oracle.com
Wed Nov 27 07:18:08 PST 2013


Changeset: 48c94a8519f0
Author:    Assaf Yavnai
Date:      2013-11-27 17:07 +0200
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/48c94a8519f0

[RT-34536] [Lens] [touch] when multitouch is enabled many exceptions are thrown
Summary: The problem is related to RT-34481, when multi touch events are saved according to the temporary variable xs[],ys[], states[] and count we also save the release points resulting in the next event sequence bad calculation (there release points will be marked as MOVE or STILL points) resulting in the exceptions thrown

Testeb-by: HelloSanity, HelloMultitouch, LinuxInputTest

Reviewd-by: dblaukop

! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c



More information about the openjfx-dev mailing list