Searched refs:KeyPressMask (Results 1 - 25 of 97) sorted by relevance

1234

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_key.c16 __glutChangeWindowEventMask(KeyPressMask,
24 __glutChangeWindowEventMask(KeyPressMask,
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DKeyboard.h19 (KeyPressMask | KeyReleaseMask | FocusChangeMask | KeymapStateMask)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DKeyboard.h19 (KeyPressMask | KeyReleaseMask | FocusChangeMask | KeymapStateMask)
/xsrc/external/mit/libX11/dist/src/
H A Devtomask.c39 KeyPressMask, /* KeyPress */
/xsrc/external/mit/ctwm/dist/client/
H A Dforward.c132 event_mask = KeyPressMask | KeyReleaseMask |
157 XSendEvent(dpy, ws[1], False, KeyPressMask, &event);
163 XSendEvent(dpy, ws[1], False, KeyPressMask, &event);
/xsrc/external/mit/ctwm/dist/
H A Dctwm_takeover.c58 KeyPressMask | ButtonPressMask | ButtonReleaseMask;
/xsrc/external/mit/libXt/dist/src/
H A DEventUtil.c187 if (mask & (KeyPressMask | KeyReleaseMask))
203 if (mask & (KeyPressMask | KeyReleaseMask)) {
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimDefFlt.c155 if (IS_NEGLECT_EVENT(ic, KeyPressMask))
178 if (!IS_FORWARD_EVENT(ic, KeyPressMask)) {
187 IS_SYNCHRONOUS_EVENT(ic, KeyPressMask)))
252 IS_SYNCHRONOUS_EVENT(ic, KeyPressMask)))
H A DimThaiIc.c168 ic->core.filter_events = KeyPressMask;
218 ic_values.filter_events = KeyPressMask;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.h96 (KeyPressMask | KeyReleaseMask | KeymapStateMask)
/xsrc/external/mit/libepoxy/dist/test/
H A Dglx_common.c79 KeyPressMask;
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxfont.c137 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
H A Dxrotfontdemo.c151 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
H A Dglsync.c200 swa.event_mask = ExposureMask | KeyPressMask | ButtonPressMask |
H A Dglxheads.c107 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
H A Doffset.c120 swa.event_mask = ExposureMask | StructureNotifyMask | KeyPressMask |
H A Doverlay.c87 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c110 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/libXaw/dist/src/
H A DTip.c45 KeyPressMask | \
273 XtRemoveEventHandler(XtParent(w), KeyPressMask, False, TipShellEventHandler,
517 XtAddEventHandler(shell, KeyPressMask, False, TipShellEventHandler,
/xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
H A Deglut_x11.c77 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Des1_info.c177 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2_info.c177 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Deglcommon.c96 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexobjshare.c88 attr.event_mask = StructureNotifyMask | ExposureMask | KeyPressMask;

Completed in 12 milliseconds

1234