com.jogamp.newt.event
Class KeyEvent.NonPrintableRange

java.lang.Object
  extended by com.jogamp.newt.event.KeyEvent.NonPrintableRange
Enclosing class:
KeyEvent

public static class KeyEvent.NonPrintableRange
extends Object


Field Summary
 boolean inclKeyChar
          true if valid for keyChar values as well, otherwise only valid for keyCode and keySym due to collision.
 short max
          max.
 short min
          min.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public short min
min. unicode value, inclusive


max

public short max
max. unicode value, inclusive


inclKeyChar

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



Copyright 2010 JogAmp Community.