Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dfastpath.h162 FREERDP_LOCAL BOOL fastpath_send_multiple_input_pdu(rdpFastPath* fastpath, wStream* s,
H A Dinput.c417 return fastpath_send_multiple_input_pdu(rdp->fastpath, s, 3); in input_send_fastpath_focus_in_event()
452 return fastpath_send_multiple_input_pdu(rdp->fastpath, s, 4); in input_send_fastpath_keyboard_pause_event()
H A Dfastpath.c936 BOOL fastpath_send_multiple_input_pdu(rdpFastPath* fastpath, wStream* s, size_t iNumEvents) in fastpath_send_multiple_input_pdu() function
1057 return fastpath_send_multiple_input_pdu(fastpath, s, 1); in fastpath_send_input_pdu()