FreeRDP/winpr/libwinpr/input
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
..
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
keycode.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
ModuleOptions.cmake libwinpr-input: initial commit 2013-03-02 22:25:40 -05:00
scancode.c Fix #7793: Do not expose internal input API (#7794) 2022-04-13 09:34:05 +02:00
virtualkey.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00