All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gnu.x11.keysym.Latin9 Maven / Gradle / Ivy

Go to download

Escher is a collection of libraries for X Window System written purely in Java.

The newest version!
package gnu.x11.keysym;


/**
 * Latin 9 (Latin 0)-specific keyboard symbols. Imported from
 * XK_LATIN9 section of /usr/include/X11/keysymdef.h. 
 * Note that byte 3 = 0x19.
 */
public class Latin9 {
  public static final int OE = 0x13bc;
  public static final int OE_SMALL = 0x13bd;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy