From 781865768bb8da38cf3de254b93bae0a8d43f1a6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 24 Apr 2012 19:00:15 +0200 Subject: Newt/AWT Event Factory: Add Mouse Wheel Event Conversion .. also reverse AWT rotation sign, since NEWT uses the reverse oriantation. --- .../test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/com/jogamp/opengl') diff --git a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java index a02cb7e7a..f39b5df3b 100644 --- a/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java +++ b/src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java @@ -65,7 +65,7 @@ import com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2; public class TestParentingFocusTraversal01AWT extends UITestCase { static Dimension glSize, fSize; static int numFocus = 8; - static long durationPerTest = numFocus * 100; + static long durationPerTest = numFocus * 200; static GLCapabilities glCaps; static boolean manual = false; -- cgit v1.2.3