Changeset: b15183983958
Author:    Assaf Yavani
Date:      2013-10-09 12:52 +0300
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/b15183983958

[RT-32802] Lens: touch events are not handled corectly - step 1

Summary: Remove timer usage that was used to filter quick touch events sequence 
such as tap/release/tap and tap/move/release. Timer usage is not applicable for 
multi touch and causes timing issues

Tested by: running helloworld.HelloSanity::controls and LinuxInputTests (which 
fails on 1 test, will be fixed in a different forest commit) on the Beagle Board

Reviewed-by: David Hill (david.h...@oracle.com), Lisa Selle 
(lisa.se...@oracle.com), Rafi Tayar (rafi.ta...@oracle.com) and Daniel Blaukopf 
(daniel.blauk...@oracle.com)

Contributed-by:

! 
modules/graphics/src/main/java/com/sun/glass/ui/lens/LensTouchInputSupport.java
! modules/graphics/src/main/native-glass/lens/input/udev/udevInput.c

Changeset: 92f833210f83
Author:    Assaf Yavani
Date:      2013-10-09 13:54 +0300
URL:       http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/92f833210f83

Automated merge with file:///home/assaf/ws/udev-refactoring/rt


Reply via email to