
gnu.x11.keysym.Latin9 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of escher Show documentation
Show all versions of escher Show documentation
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