FreeRDP/winpr/include
Pascal Nowack bb967d1533 winpr/input: Add actual evdev keyboard handling
WinPR provides APIs to convert between keycodes between virtual
keycodes.
These keycodes can currently be evdev keycodes or Apple keycodes.
The evdev handling, however, handles XKB keycodes and not evdev ones.
The main difference between these is that XKB keycodes are shifted by
the value 8, compared to evdev keycodes.

In order to fix this situation, rename the evdev keycodes to XKB ones,
and introduce additionally a new keycode evdev, including its handling
for this keycode type.
2023-04-21 12:31:51 +02:00
..
config [winpr,wtypes] fix BOOL definition for APPLE 2023-04-14 16:08:19 +02:00
winpr winpr/input: Add actual evdev keyboard handling 2023-04-21 12:31:51 +02:00
CMakeLists.txt Refactored WinPR includes 2022-03-03 11:26:48 +01:00