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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Robot.cpp301 void AwtRobot::KeyPress( jint jkey )
303 DoKeyEvent(jkey, 0); // no flags means key down
306 void AwtRobot::KeyRelease( jint jkey )
308 DoKeyEvent(jkey, KEYEVENTF_KEYUP);
311 void AwtRobot::DoKeyEvent( jint jkey, DWORD dwFlags ) argument
319 AwtComponent::JavaKeyToWindowsKey(jkey, &vkey, &modifiers);
H A Dawt_Component.cpp2943 UINT jkey; member in struct:DynPrimaryKeymapEntry
3329 dynPrimaryKeymap[i].jkey = java_awt_event_KeyEvent_VK_UNDEFINED;
3345 if (dynPrimaryKeymap[i].jkey == java_awt_event_KeyEvent_VK_UNDEFINED) {
3347 //dynPrimaryKeymap[i].jkey = ((UINT)(wc[0]) + 0x01000000);
3354 dynPrimaryKeymap[i].jkey = extJKC;
3362 dynPrimaryKeymap[i].jkey = map->javaKey;
3388 dynPrimaryKeymap[wkey].jkey = jkeyLegacy;
3390 if(dynPrimaryKeymap[wkey].jkey == java_awt_event_KeyEvent_VK_UNDEFINED) {
3392 dynPrimaryKeymap[wkey].jkey = jkeyLegacy;
3557 UINT jkey local
3600 UINT jkey = WindowsKeyToJavaKey(wkey, modifiers, character, isDeadKey); local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c2099 jobject gtk2_get_class_value(JNIEnv *env, WidgetType widget_type, jstring jkey) argument
2103 const char* key = getStrFor(env, jkey);

Completed in 75 milliseconds