|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Testing key event order incl. More...
Public Member Functions | |
| void | initTest () |
| void | releaseTest () |
| void | test01NEWT () throws AWTException, InterruptedException, InvocationTargetException |
| void | test02NewtCanvasAWT () throws AWTException, InterruptedException, InvocationTargetException |
Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase | |
| 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... | |
Static Public Member Functions | |
| static void | initClass () |
| static void | release () |
| static void | main (final String args[]) throws IOException |
Static Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase | |
| static void | setResetXRandRIfX11AfterClass () |
| static int | resetXRandRIfX11 () |
| Iterates through all outputs and sets the preferred mode and normal rotation using RandR 1.3. More... | |
| static int | processCommand (final String[] cmdline, final OutputStream outstream, final StringBuilder outstring, final String outPrefix) |
| static final void | oneTimeSetUpUITest () |
| static final void | oneTimeTearDownUITest () |
Testing key event order incl.
auto-repeat (Bug 601)
Note Event order:
Auto-Repeat shall behave as follow:
D = pressed, U = released 0 = normal, 1 = auto-repeat D(0), [ U(1), D(1), U(1), D(1) ..], U(0)
The idea is if you mask out auto-repeat in your event listener you just get one long pressed key D/U tuple.
Definition at line 87 of file TestNewtKeyEventAutoRepeatAWT.java.
|
static |
Definition at line 95 of file TestNewtKeyEventAutoRepeatAWT.java.
| void com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT.initTest | ( | ) |
Definition at line 106 of file TestNewtKeyEventAutoRepeatAWT.java.
|
static |
Definition at line 302 of file TestNewtKeyEventAutoRepeatAWT.java.
|
static |
Definition at line 102 of file TestNewtKeyEventAutoRepeatAWT.java.
| void com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT.releaseTest | ( | ) |
Definition at line 110 of file TestNewtKeyEventAutoRepeatAWT.java.
| void com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT.test01NEWT | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 114 of file TestNewtKeyEventAutoRepeatAWT.java.
| void com.jogamp.opengl.test.junit.newt.event.TestNewtKeyEventAutoRepeatAWT.test02NewtCanvasAWT | ( | ) | throws AWTException, InterruptedException, InvocationTargetException |
Definition at line 125 of file TestNewtKeyEventAutoRepeatAWT.java.