Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dinput.c276 s = fastpath_input_pdu_init(rdp->fastpath, (BYTE)flags, FASTPATH_INPUT_EVENT_SYNC); in input_send_fastpath_synchronize_event()
297 s = fastpath_input_pdu_init(rdp->fastpath, eventFlags, FASTPATH_INPUT_EVENT_SCANCODE); in input_send_fastpath_keyboard_event()
323 s = fastpath_input_pdu_init(rdp->fastpath, eventFlags, FASTPATH_INPUT_EVENT_UNICODE); in input_send_fastpath_unicode_keyboard_event()
354 s = fastpath_input_pdu_init(rdp->fastpath, 0, FASTPATH_INPUT_EVENT_MOUSE); in input_send_fastpath_mouse_event()
382 s = fastpath_input_pdu_init(rdp->fastpath, 0, FASTPATH_INPUT_EVENT_MOUSEX); in input_send_fastpath_extended_mouse_event()
H A Dfastpath.h160 FREERDP_LOCAL wStream* fastpath_input_pdu_init(rdpFastPath* fastpath, BYTE eventFlags,
H A Dfastpath.c924 wStream* fastpath_input_pdu_init(rdpFastPath* fastpath, BYTE eventFlags, BYTE eventCode) in fastpath_input_pdu_init() function