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

Public Member Functions

 CodeEvent (final short code, final String description, final KeyEvent event)
 
String toString ()
 

Public Attributes

final short code
 
final String description
 
final KeyEvent event
 

Detailed Description

Definition at line 55 of file NEWTKeyUtil.java.

Constructor & Destructor Documentation

◆ CodeEvent()

com.jogamp.opengl.test.junit.util.NEWTKeyUtil.CodeEvent.CodeEvent ( final short  code,
final String  description,
final KeyEvent  event 
)

Definition at line 60 of file NEWTKeyUtil.java.

Member Function Documentation

◆ toString()

String com.jogamp.opengl.test.junit.util.NEWTKeyUtil.CodeEvent.toString ( )

Definition at line 65 of file NEWTKeyUtil.java.

Member Data Documentation

◆ code

final short com.jogamp.opengl.test.junit.util.NEWTKeyUtil.CodeEvent.code

Definition at line 56 of file NEWTKeyUtil.java.

◆ description

final String com.jogamp.opengl.test.junit.util.NEWTKeyUtil.CodeEvent.description

Definition at line 57 of file NEWTKeyUtil.java.

◆ event

final KeyEvent com.jogamp.opengl.test.junit.util.NEWTKeyUtil.CodeEvent.event

Definition at line 58 of file NEWTKeyUtil.java.


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