You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src
Romain Vimont 91485e2863 Extract keyboard HID handling
Split the keyboard implementation using AOA and the code handling HID
events, so that HID events can be reused for another protocol (UHID).

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
3 months ago
..
adb Fix memory leak on error 4 months ago
android
hid Extract keyboard HID handling 3 months ago
sys
trait
usb Extract keyboard HID handling 3 months ago
util Replace locks by atomics in audio player 4 months ago
audio_player.c Avoid negative average buffering 4 months ago
audio_player.h Replace locks by atomics in audio player 4 months ago
cli.c Introduce --keyboard and --mouse 3 months ago
cli.h
clock.c
clock.h
common.h
compat.c
compat.h
control_msg.c Replace unsigned char by uint8_t for buffers 3 months ago
control_msg.h Replace unsigned char by uint8_t for buffers 3 months ago
controller.c Replace unsigned char by uint8_t for buffers 3 months ago
controller.h
coords.h
decoder.c
decoder.h
delay_buffer.c
delay_buffer.h
demuxer.c
demuxer.h
device_msg.c Use sc_ prefix for device sender 3 months ago
device_msg.h Use sc_ prefix for device sender 3 months ago
display.c Fix typo in error message 3 months ago
display.h
events.h
file_pusher.c
file_pusher.h
fps_counter.c
fps_counter.h
frame_buffer.c
frame_buffer.h
icon.c
icon.h
input_events.h
input_manager.c Accept disabled keyboard or mouse 3 months ago
input_manager.h
keyboard_inject.c
keyboard_inject.h
main.c
mouse_inject.c
mouse_inject.h
opengl.c
opengl.h
options.c Introduce --keyboard and --mouse 3 months ago
options.h Introduce --keyboard and --mouse 3 months ago
packet_merger.c
packet_merger.h
receiver.c Check device messages assumptions at runtime 3 months ago
receiver.h
recorder.c
recorder.h
scrcpy.c Extract keyboard HID handling 3 months ago
scrcpy.h
screen.c
screen.h
server.c Replace unsigned char by uint8_t for buffers 3 months ago
server.h
v4l2_sink.c
v4l2_sink.h
version.c
version.h