diff options
author | Sven Gothel <[email protected]> | 2012-04-24 19:00:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-04-24 19:00:15 +0200 |
commit | 781865768bb8da38cf3de254b93bae0a8d43f1a6 (patch) | |
tree | c064c990228cb031f32948e997acd27e7c943c61 /src/test | |
parent | 5854705968e73c222724be24eecd21c488a7e977 (diff) |
Newt/AWT Event Factory: Add Mouse Wheel Event Conversion
.. also reverse AWT rotation sign, since NEWT uses the reverse oriantation.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/com/jogamp/opengl/test/junit/newt/parenting/TestParentingFocusTraversal01AWT.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |