HomeSort by relevance Sort by last modified time
    Searched refs:KeyPressMask (Results 1 - 16 of 16) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 158 KeyPressMask | ButtonPressMask | ButtonReleaseMask;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 156 #define KeyPressMask (1L<<0)
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 33 |ExposureMask|PointerMotionMask|KeyPressMask|KeyReleaseMask;
  /external/quake/quake/src/QW/client/
vid_x.c 498 attribs.event_mask = StructureNotifyMask | KeyPressMask
812 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
818 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
gl_vidlinux_x11.c 77 #define KEY_MASK (KeyPressMask | KeyReleaseMask)
gl_vidlinuxglx.c 49 #define KEY_MASK (KeyPressMask | KeyReleaseMask)
  /external/quake/quake/src/WinQuake/
vid_x.cpp 575 attribs.event_mask = StructureNotifyMask | KeyPressMask
887 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
893 XSelectInput(x_disp,x_win,StructureNotifyMask|KeyPressMask
gl_vidlinuxglx.cpp 48 #define KEY_MASK (KeyPressMask | KeyReleaseMask)
vid_sunx.cpp 109 ( KeyPressMask | KeyReleaseMask | ButtonPressMask | ButtonReleaseMask | \
vid_sunxil.cpp 115 KeyPressMask | \
  /external/libpng/contrib/gregbook/
rpng2-x.c 656 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask, &e))
670 if (XCheckMaskEvent(display, KeyPressMask | ButtonPressMask,
694 if (XCheckMaskEvent(display, KeyPressMask |
    [all...]
rpng-x.c 542 attr.event_mask = ExposureMask | KeyPressMask | ButtonPressMask;
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 586 input_mask = (KeyPressMask | KeyReleaseMask);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 412 app_event_mask = FocusChangeMask | KeyPressMask | KeyReleaseMask
    [all...]

Completed in 1120 milliseconds