mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Enable controls for camera video source
This will allow the implementation of camera-specific shortcuts. Co-authored-by: Tommie <teh420@gmail.com>
This commit is contained in:
parent
0a81dd52ea
commit
13e2e3d36b
7 changed files with 138 additions and 97 deletions
|
|
@ -30,6 +30,7 @@ struct sc_screen {
|
|||
#endif
|
||||
|
||||
bool video;
|
||||
bool camera;
|
||||
|
||||
struct sc_display display;
|
||||
struct sc_input_manager im;
|
||||
|
|
@ -74,6 +75,7 @@ struct sc_screen {
|
|||
|
||||
struct sc_screen_params {
|
||||
bool video;
|
||||
bool camera;
|
||||
|
||||
struct sc_controller *controller;
|
||||
struct sc_file_pusher *fp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue