Searched refs:XK_Escape (Results 1 – 22 of 22) sorted by relevance
/external/libvncserver/examples/ |
D | pnmshow24.c | 18 if(down && (key==XK_Escape || key=='q' || key=='Q')) in HandleKey()
|
D | rotate.c | 70 if (key==XK_Escape || key=='q' || key=='Q') in HandleKey()
|
D | pnmshow.c | 11 if(down && (key==XK_Escape || key=='q' || key=='Q')) in HandleKey()
|
D | mac.c | 323 XK_Escape, 53, /* Esc */
|
D | example.c | 171 if(key==XK_Escape) in dokey()
|
/external/libvncserver/vncterm/ |
D | LinuxVNC.c | 20 if(keySym==XK_Escape) in do_key()
|
/external/libvncserver/x11vnc/ |
D | linuxfb.c | 313 if (keysym == XK_Escape) { in console_key_command()
|
D | unixpw.c | 1805 if (unixpw_system_greeter_active && keysym == XK_Escape) { 1836 if (in_login && keysym == XK_Escape && u_cnt == 0) {
|
D | uinput.c | 1280 case XK_Escape: return KEY_ESC; in lookup_code() 1479 XK_Escape KEY_ESC
|
D | macosxCG.c | 831 XK_Escape, 53, /* Esc */
|
D | xevents.c | 530 key = XKeysymToKeycode(dpy, XK_Escape); in bust_grab()
|
D | nox11_funcs.h | 100 if (!strcmp(s, "Escape")) return XK_Escape; in XStringToKeysym() 1461 if (k == XK_Escape) return "Escape"; in XKeysymToString()
|
/external/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 240 if (keysym == XK_Escape) { in nextXEvent()
|
/external/libvncserver/libvncserver/ |
D | selbox.c | 137 } else if(keySym==XK_Escape) { in selKbdAddEvent()
|
/external/libvncserver/client_examples/ |
D | SDLvncviewer.c | 89 case SDLK_ESCAPE: k = XK_Escape; break; in SDL_key2rfbKeySym()
|
D | gtkvncviewer.c | 273 case GDK_Escape: k = XK_Escape; break; in gdkKey2rfbKeySym()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 415 ((k = XLookupKeysym(&e.xkey, 0)) == XK_q || k == XK_Escape) )); in main()
|
D | rpng2-x.c | 133 ((k = XLookupKeysym(&e.xkey, 0)) == XK_q || k == XK_Escape)))
|
/external/libvncserver/x11vnc/misc/ |
D | uinput.pl | 762 $key_lookup{XK_Escape} = $KEY_ESC;
|
D | qt_tslib_inject.pl | 880 $key_lookup{XK_Escape} = $KEY_ESC;
|
/external/libvncserver/rfb/ |
D | keysym.h | 131 #define XK_Escape 0xFF1B macro
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 18849 + SendKeyEvent(XK_Escape, 1); 18850 + SendKeyEvent(XK_Escape, 0);
|