Searched refs:xnestQueueKeyEvent (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DEvents.h27 void xnestQueueKeyEvent(int type, unsigned int keycode);
H A DEvents.c105 xnestQueueKeyEvent(int type, unsigned int keycode) function in typeref:typename:void
129 xnestQueueKeyEvent(KeyPress, X.xkey.keycode);
134 xnestQueueKeyEvent(KeyRelease, X.xkey.keycode);
H A DKeyboard.c252 xnestQueueKeyEvent(KeyRelease, key);
264 xnestQueueKeyEvent(KeyPress, key);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DEvents.h27 void xnestQueueKeyEvent(int type, unsigned int keycode);
H A DKeyboard.c248 xnestQueueKeyEvent(KeyPress, key);
249 xnestQueueKeyEvent(KeyRelease, key);
252 xnestQueueKeyEvent(KeyRelease, key);
263 xnestQueueKeyEvent(KeyPress, key);
265 xnestQueueKeyEvent(KeyRelease, key);
H A DEvents.c103 xnestQueueKeyEvent(int type, unsigned int keycode) function in typeref:typename:void
121 xnestQueueKeyEvent(KeyPress, X.xkey.keycode);
126 xnestQueueKeyEvent(KeyRelease, X.xkey.keycode);

Completed in 7 milliseconds