Test whether or not event modifiers are properly delivered by NEWT.
More...
|
| void | test01SingleButtonPressAndRelease () throws Exception |
| |
| void | test02SingleButtonPressAndReleaseWithShift () throws Exception |
| |
| void | test03SingleButtonPressAndReleaseWithCtrl () throws Exception |
| |
| void | test10HoldOneButtonAndPressAnother () throws Exception |
| | The META and ALT tests get too tied up with functions of the window system on X11, so it's probably best to leave them commented out. More...
|
| |
| void | test20PressAllButtonsInSequence () throws Exception |
| |
| void | test30SingleButtonClickAndDrag () throws Exception |
| |
| void | eventDispatchedPostTestDelay () throws Exception |
| |
| void | clearKeyboadAndMouse () throws Exception |
| |
| int | getMaxTestNameLen () |
| |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| | Takes a snapshot of the drawable's current front framebuffer. More...
|
| |
| void | eventDispatch () |
| |
| static final int | TEST_FRAME_X = 100 |
| |
| static final int | TEST_FRAME_Y = 100 |
| |
| static final int | TEST_FRAME_WIDTH = 400 |
| |
| static final int | TEST_FRAME_HEIGHT = 400 |
| |
| static final int | INITIAL_MOUSE_X = TEST_FRAME_X + ( TEST_FRAME_WIDTH / 2 ) |
| |
| static final int | INITIAL_MOUSE_Y = TEST_FRAME_Y + ( TEST_FRAME_HEIGHT / 2 ) |
| |
| static final int | MS_ROBOT_KEY_PRESS_DELAY = 50 |
| |
| static final int | MS_ROBOT_KEY_RELEASE_DELAY = 50 |
| |
| static final int | MS_ROBOT_MOUSE_MOVE_DELAY = 200 |
| |
| static final int | MS_ROBOT_AUTO_DELAY = 50 |
| |
| static final int | MS_ROBOT_POST_TEST_DELAY = 100 |
| |
| static final boolean | _debug = true |
| |
| static final PrintStream | _debugPrintStream = System.err |
| |
| static java.awt.Robot | _robot |
| |
| static TestMouseListener | _testMouseListener |
| |
Test whether or not event modifiers are properly delivered by NEWT.
Definition at line 49 of file TestNewtEventModifiersNEWTWindowAWT.java.
◆ afterClass()
| static void com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT.afterClass |
( |
| ) |
throws Exception |
|
static |
◆ beforeClass()
| static void com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT.beforeClass |
( |
| ) |
throws Exception |
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.newt.event.TestNewtEventModifiersNEWTWindowAWT.main |
( |
final String |
args[] | ) |
throws Exception |
|
static |
The documentation for this class was generated from the following file: