JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.util.AWTKeyAdapter Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.util.AWTKeyAdapter:
Collaboration diagram for com.jogamp.opengl.test.junit.util.AWTKeyAdapter:

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...
 

Detailed Description

Definition at line 36 of file AWTKeyAdapter.java.

Constructor & Destructor Documentation

◆ AWTKeyAdapter()

com.jogamp.opengl.test.junit.util.AWTKeyAdapter.AWTKeyAdapter ( final String  prefix)

Definition at line 45 of file AWTKeyAdapter.java.

Here is the call graph for this function:

Member Function Documentation

◆ copyQueue()

synchronized List< EventObject > com.jogamp.opengl.test.junit.util.AWTKeyAdapter.copyQueue ( )

◆ getConsumedCount()

synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getConsumedCount ( )

◆ getCount()

synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getCount ( )

◆ getKeyPressedCount()

synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getKeyPressedCount ( final boolean  autoRepeatOnly)

◆ getKeyReleasedCount()

synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getKeyReleasedCount ( final boolean  autoRepeatOnly)

◆ getQueueSize()

synchronized int com.jogamp.opengl.test.junit.util.AWTKeyAdapter.getQueueSize ( )

◆ isPressed()

synchronized boolean com.jogamp.opengl.test.junit.util.AWTKeyAdapter.isPressed ( )

◆ keyPressed()

synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.keyPressed ( final KeyEvent  e)

Definition at line 88 of file AWTKeyAdapter.java.

◆ keyReleased()

synchronized void com.jogamp.opengl.test.junit.util.AWTKeyAdapter.keyReleased ( final KeyEvent  e)

Definition at line 97 of file AWTKeyAdapter.java.

Here is the call graph for this function:

◆ reset()

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.

Here is the caller graph for this function:

◆ setVerbose()

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.

◆ toString()

String com.jogamp.opengl.test.junit.util.AWTKeyAdapter.toString ( )

Definition at line 109 of file AWTKeyAdapter.java.


The documentation for this class was generated from the following file: