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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A DdarwinEvents.h41 void DarwinSendKeyboardEvents(int ev_type, int keycode);
H A DdarwinEvents.c145 DarwinSendKeyboardEvents(pressed, keycode);
500 void DarwinSendKeyboardEvents(int ev_type, int keycode) { function in typeref:typename:void
504 DEBUG_LOG("DarwinSendKeyboardEvents called before darwinEvents was initialized\n");
H A DX11Application.m206 DarwinSendKeyboardEvents(KeyRelease, i);
1375 DarwinSendKeyboardEvents(([e type] == NSKeyDown) ? KeyPress : KeyRelease, [e keyCode]);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DdarwinEvents.h55 DarwinSendKeyboardEvents(int ev_type, int keycode);
H A DdarwinEvents.c152 DarwinSendKeyboardEvents(pressed, keycode);
567 DarwinSendKeyboardEvents(int ev_type, int keycode) function in typeref:typename:void
H A DX11Application.m1356 DarwinSendKeyboardEvents(ev_type, [e keyCode]);

Completed in 7 milliseconds