mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-15 21:41:45 +00:00
Add UHID mouse support
Use the following command: scrcpy --mouse=uhid PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
This commit is contained in:
parent
151a6225d4
commit
6a103c809f
9 changed files with 135 additions and 8 deletions
|
@ -151,6 +151,7 @@ enum sc_mouse_input_mode {
|
|||
SC_MOUSE_INPUT_MODE_AUTO,
|
||||
SC_MOUSE_INPUT_MODE_DISABLED,
|
||||
SC_MOUSE_INPUT_MODE_SDK,
|
||||
SC_MOUSE_INPUT_MODE_UHID,
|
||||
SC_MOUSE_INPUT_MODE_AOA,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue