Searched refs:ev_time (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxkeymap.c564 send_winkey(uint32 ev_time, RD_BOOL pressed, RD_BOOL leftkey) argument
577 rdp_send_scancode(ev_time, RDP_KEYPRESS, winkey);
582 rdp_send_scancode(ev_time, RDP_KEYPRESS, SCANCODE_CHAR_LCTRL);
583 rdp_send_scancode(ev_time, RDP_KEYPRESS, SCANCODE_CHAR_ESC);
591 rdp_send_scancode(ev_time, RDP_KEYRELEASE, winkey);
595 rdp_send_scancode(ev_time, RDP_KEYRELEASE, SCANCODE_CHAR_ESC);
596 rdp_send_scancode(ev_time, RDP_KEYRELEASE, SCANCODE_CHAR_LCTRL);
602 reset_winkey(uint32 ev_time) argument
608 rdp_send_scancode(ev_time, RDP_KEYRELEASE, SCANCODE_CHAR_LWIN);
644 handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, RD_BOO argument
896 xkeymap_send_keys(uint32 keysym, unsigned int keycode, unsigned int state, uint32 ev_time, RD_BOOL pressed, uint8 nesting) argument
981 restore_remote_modifiers(uint32 ev_time, uint8 scancode) argument
994 ensure_remote_modifiers(uint32 ev_time, key_translation tr) argument
1109 uint32 ev_time; local
[all...]
H A Dproto.h261 RD_BOOL handle_special_keys(uint32 keysym, unsigned int state, uint32 ev_time, RD_BOOL pressed);
263 void xkeymap_send_keys(uint32 keysym, unsigned int keycode, unsigned int state, uint32 ev_time,
268 void restore_remote_modifiers(uint32 ev_time, uint8 scancode);
269 void ensure_remote_modifiers(uint32 ev_time, key_translation tr);
H A Dxwin.c2328 uint32 ev_time; local
2404 ev_time = time(NULL);
2405 if (handle_special_keys(keysym, xevent.xkey.state, ev_time, True))
2409 ev_time, True, 0);
2421 ev_time = time(NULL);
2422 if (handle_special_keys(keysym, xevent.xkey.state, ev_time, False))
2426 ev_time, False, 0);

Completed in 74 milliseconds