Home
last modified time | relevance | path

Searched refs:unicodeCode (Results 1 – 2 of 2) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dinput.c502 UINT16 keyboardFlags, unicodeCode; in input_recv_unicode_keyboard_event() local
508 Stream_Read_UINT16(s, unicodeCode); /* unicodeCode (2 bytes) */ in input_recv_unicode_keyboard_event()
518 return IFCALLRESULT(TRUE, input->UnicodeKeyboardEvent, input, keyboardFlags, unicodeCode); in input_recv_unicode_keyboard_event()
H A Dfastpath.c777 UINT16 unicodeCode; in fastpath_recv_input_event_unicode() local
786 Stream_Read_UINT16(s, unicodeCode); /* unicodeCode (2 bytes) */ in fastpath_recv_input_event_unicode()
795 flags, unicodeCode); in fastpath_recv_input_event_unicode()