Searched refs:xnestQueueKeyEvent (Results 1 – 4 of 4) sorted by relevance
255 xnestQueueKeyEvent(KeyPress, key); in xnestUpdateModifierState()256 xnestQueueKeyEvent(KeyRelease, key); in xnestUpdateModifierState()259 xnestQueueKeyEvent(KeyRelease, key); in xnestUpdateModifierState()271 xnestQueueKeyEvent(KeyPress, key); in xnestUpdateModifierState()273 xnestQueueKeyEvent(KeyRelease, key); in xnestUpdateModifierState()
103 xnestQueueKeyEvent(int type, unsigned int keycode) in xnestQueueKeyEvent() function121 xnestQueueKeyEvent(KeyPress, X.xkey.keycode); in xnestCollectEvents()126 xnestQueueKeyEvent(KeyRelease, X.xkey.keycode); in xnestCollectEvents()
27 void xnestQueueKeyEvent(int type, unsigned int keycode);
124526 Events.c: In function ‘xnestQueueKeyEvent’: