Searched refs:KeyPress (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Robot.h50 void KeyPress( jint key );
H A Dawt_Robot.cpp301 void AwtRobot::KeyPress( jint jkey ) function in class:AwtRobot
430 AwtRobot::GetRobot(self)->KeyPress(javakey);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedServerTester.java316 waitSystemEvent(res, KeyPress);
326 if (checkEventList(res, SYSTEM_EVENT_MASK | KeyPress) != -1) {
339 if (checkEventList(res, SYSTEM_EVENT_MASK | KeyPress) != -1) {
350 int pos = checkEventList(res, SYSTEM_EVENT_MASK | KeyPress);
352 pos = checkEventList(pos+1, SYSTEM_EVENT_MASK | KeyPress);
377 waitForEvent(res, SYSTEM_EVENT_MASK | KeyPress);
H A DXEmbedHelper.java154 case XConstants.KeyPress | XEmbedServerTester.SYSTEM_EVENT_MASK:
155 return "KeyPress";
H A DXConstants.java137 public static final int KeyPress = 2 ; field in class:XConstants
H A DXWindow.java1045 return xEventType == XConstants.KeyPress ? java.awt.event.KeyEvent.KEY_PRESSED :
1129 (ev.get_type() == XConstants.KeyPress ? "KEY_PRESSED; " : "KEY_RELEASED; ")+
1195 (ev.get_type() == XConstants.KeyPress ? "KEY_PRESSED; " : "KEY_RELEASED; ")+
1202 // We obtain keysym from IM and derive unicodeKey from it for KeyPress only.
H A DXBaseWindow.java1044 case XConstants.KeyPress:
1098 case XConstants.KeyPress:
H A DXDragSourceContextPeer.java609 case XConstants.KeyPress: {
H A DXToolkit.java585 if( keyEventLog.isLoggable(PlatformLogger.FINE) && (ev.get_type() == XConstants.KeyPress || ev.get_type() == XConstants.KeyRelease) ) {
591 if( keyEventLog.isLoggable(PlatformLogger.FINE) && (ev.get_type() == XConstants.KeyPress || ev.get_type() == XConstants.KeyRelease) ) {
H A DXBaseMenuWindow.java893 case XConstants.KeyPress:
H A DXComponentPeer.java1261 * ButtonPress, ButtonRelease, KeyPress, KeyRelease, EnterNotify, LeaveNotify, MotionNotify
1271 case XConstants.KeyPress:
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c750 case KeyPress:
777 if (xev->type == KeyPress || xev->type == KeyRelease) {
874 case KeyPress:
1693 case KeyPress:
1753 if(xev.type == KeyPress) {
1755 printf("KeyPress on window %d\n", xev.xany.window);
1762 if ((xev.type == KeyPress || xev.type == KeyRelease) &&
H A Dawt_util.c523 case KeyPress:

Completed in 80 milliseconds