|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| AWTKeyAdapter (final String prefix) | |
| synchronized void | setVerbose (final boolean v) |
| Instance starts in verbose mode, call w/ false to disable verbosity. More... | |
| synchronized boolean | isPressed () |
| synchronized int | getCount () |
| synchronized int | getConsumedCount () |
| synchronized int | getKeyPressedCount (final boolean autoRepeatOnly) |
| synchronized int | getKeyReleasedCount (final boolean autoRepeatOnly) |
| synchronized List< EventObject > | copyQueue () |
| synchronized int | getQueueSize () |
| synchronized void | reset () |
| synchronized void | keyPressed (final KeyEvent e) |
| synchronized void | keyReleased (final KeyEvent e) |
| String | toString () |
| int | getKeyPressedCount (boolean autoRepeatOnly) |
| int | getKeyReleasedCount (boolean autoRepeatOnly) |
| int | getConsumedCount () |
| int | getCount () |
| boolean | isPressed () |
| List< EventObject > | copyQueue () |
| int | getQueueSize () |
| void | reset () |
| void | setVerbose (boolean v) |
| Instance starts in verbose mode, call w/ false to disable verbosity. More... | |
Definition at line 36 of file AWTKeyAdapter.java.
| com.jogamp.opengl.test.junit.util.AWTKeyAdapter.AWTKeyAdapter | ( | final String | prefix | ) |
| synchronized List< EventObject > com.jogamp.opengl.test.junit.util.AWTKeyAdapter.copyQueue | ( | ) |
Implements com.jogamp.opengl.test.junit.util.InputEventCountAdapter.
Definition at line 72 of file AWTKeyAdapter.java.
| synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getConsumedCount | ( | ) |
Implements com.jogamp.opengl.test.junit.util.InputEventCountAdapter.
Definition at line 60 of file AWTKeyAdapter.java.
| synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getCount | ( | ) |
Implements com.jogamp.opengl.test.junit.util.InputEventCountAdapter.
Definition at line 56 of file AWTKeyAdapter.java.
| synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getKeyPressedCount | ( | final boolean | autoRepeatOnly | ) |
Implements com.jogamp.opengl.test.junit.util.KeyEventCountAdapter.
Definition at line 64 of file AWTKeyAdapter.java.
| synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getKeyReleasedCount | ( | final boolean | autoRepeatOnly | ) |
Implements com.jogamp.opengl.test.junit.util.KeyEventCountAdapter.
Definition at line 68 of file AWTKeyAdapter.java.
| synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getQueueSize | ( | ) |
Implements com.jogamp.opengl.test.junit.util.InputEventCountAdapter.
Definition at line 76 of file AWTKeyAdapter.java.
| synchronized boolean com.jogamp.opengl.test.junit.util.AWTKeyAdapter.isPressed | ( | ) |
Implements com.jogamp.opengl.test.junit.util.InputEventCountAdapter.
Definition at line 52 of file AWTKeyAdapter.java.
| synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.keyPressed | ( | final KeyEvent | e | ) |
Definition at line 88 of file AWTKeyAdapter.java.
| synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.keyReleased | ( | final KeyEvent | e | ) |
| synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.reset | ( | ) |
Implements com.jogamp.opengl.test.junit.util.EventCountAdapter.
Definition at line 80 of file AWTKeyAdapter.java.
| synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.setVerbose | ( | final boolean | v | ) |
Instance starts in verbose mode, call w/ false to disable verbosity.
Implements com.jogamp.opengl.test.junit.util.EventCountAdapter.
Definition at line 50 of file AWTKeyAdapter.java.
| String com.jogamp.opengl.test.junit.util.AWTKeyAdapter.toString | ( | ) |
Definition at line 109 of file AWTKeyAdapter.java.