Home
last modified time | relevance | path

Searched refs:xnestQueueKeyEvent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DKeyboard.c255 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()
H A DEvents.c103 xnestQueueKeyEvent(int type, unsigned int keycode) in xnestQueueKeyEvent() function
121 xnestQueueKeyEvent(KeyPress, X.xkey.keycode); in xnestCollectEvents()
126 xnestQueueKeyEvent(KeyRelease, X.xkey.keycode); in xnestCollectEvents()
H A DEvents.h27 void xnestQueueKeyEvent(int type, unsigned int keycode);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog124526 Events.c: In function ‘xnestQueueKeyEvent’: