Home
last modified time | relevance | path

Searched refs:fastpath_send_input_pdu (Results 1 – 3 of 3) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dinput.c281 return fastpath_send_input_pdu(rdp->fastpath, s); in input_send_fastpath_synchronize_event()
303 return fastpath_send_input_pdu(rdp->fastpath, s); in input_send_fastpath_keyboard_event()
329 return fastpath_send_input_pdu(rdp->fastpath, s); in input_send_fastpath_unicode_keyboard_event()
360 return fastpath_send_input_pdu(rdp->fastpath, s); in input_send_fastpath_mouse_event()
388 return fastpath_send_input_pdu(rdp->fastpath, s); in input_send_fastpath_extended_mouse_event()
H A Dfastpath.h164 FREERDP_LOCAL BOOL fastpath_send_input_pdu(rdpFastPath* fastpath, wStream* s);
H A Dfastpath.c1055 BOOL fastpath_send_input_pdu(rdpFastPath* fastpath, wStream* s) in fastpath_send_input_pdu() function