JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.newt.event.KeyEvent.NonPrintableRange Class Reference
Collaboration diagram for com.jogamp.newt.event.KeyEvent.NonPrintableRange:

Public Attributes

short min
 min. More...
 
short max
 max. More...
 
final boolean inclKeyChar
 true if valid for keyChar values as well, otherwise only valid for keyCode and keySym due to collision. More...
 

Detailed Description

Definition at line 373 of file KeyEvent.java.

Member Data Documentation

◆ inclKeyChar

final boolean com.jogamp.newt.event.KeyEvent.NonPrintableRange.inclKeyChar

true if valid for keyChar values as well, otherwise only valid for keyCode and keySym due to collision.

Definition at line 379 of file KeyEvent.java.

◆ max

short com.jogamp.newt.event.KeyEvent.NonPrintableRange.max

max.

unicode value, inclusive

Definition at line 377 of file KeyEvent.java.

◆ min

short com.jogamp.newt.event.KeyEvent.NonPrintableRange.min

min.

unicode value, inclusive

Definition at line 375 of file KeyEvent.java.


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