< prev index next >

src/windows/native/sun/windows/awt_KeyEvent.h

Print this page
rev 1566 : 6680988: KeyEvent is still missing VK values for many keyboards
Summary: 2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art

*** 37,45 **** public: /* java.awt.KeyEvent field ids */ static jfieldID keyCodeID; static jfieldID keyCharID; ! }; #endif // AWT_KEYEVENT_H --- 37,48 ---- public: /* java.awt.KeyEvent field ids */ static jfieldID keyCodeID; static jfieldID keyCharID; ! static jfieldID rawCodeID; ! static jfieldID primaryLevelUnicodeID; ! static jfieldID scancodeID; ! static jfieldID extendedKeyCodeID; }; #endif // AWT_KEYEVENT_H
< prev index next >