Searched defs:VK_A (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DKeyEvent.java87 * a VK_A keyCode. After the 'a' key is released, a KEY_RELEASED event
88 * will be fired with VK_A. Separately, a KEY_TYPED event with a keyChar
113 * when using a U.S. keyboard layout will generate VK_A when using a French
281 /** VK_A thru VK_Z are the same as ASCII 'A' thru 'Z' (0x41 - 0x5A) */
282 public static final int VK_A = 0x41; field in class:KeyEvent
1179 keyCode >= VK_A && keyCode <= VK_Z) {

Completed in 35 milliseconds