mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-28 19:58:55 +00:00
Add option to mirror in read-only
Add an option to disable device control: -n/--no-control.
This commit is contained in:
parent
163cd36ccc
commit
8655ba7197
6 changed files with 92 additions and 32 deletions
|
@ -11,6 +11,7 @@ struct input_manager {
|
|||
struct controller *controller;
|
||||
struct video_buffer *video_buffer;
|
||||
struct screen *screen;
|
||||
SDL_bool control;
|
||||
};
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue