FreeRDP/client/Android
akallabeth 752ac3b479
Fix #7793: Do not expose internal input API (#7794)
* Fixed GetFileInformationByHandle initializers

* Fix #7793: Do not expose internal input API

Slow-Path input uses UINT16 for scancodes on wire, but only the
lower byte is actually used. (the extended fields are sent in
keyboardFlags field)
Hide this implementation detail and adjust the API to use UINT8
for the code instead just like the corresponding Fast-Path PDU

* Added a warning for problematic slow path keyCodes
2022-04-13 09:34:05 +02:00
..
Studio Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
BuildFlags.java.in Allow old openssl name in android client. 2020-04-09 10:03:20 +02:00