mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove unused virtual mouse
PR #5076 <https://github.com/Genymobile/scrcpy/pull/5076>
This commit is contained in:
parent
51fee79bf5
commit
86b8286217
3 changed files with 3 additions and 7 deletions
|
|
@ -68,8 +68,6 @@ get_well_known_pointer_id_name(uint64_t pointer_id) {
|
|||
return "mouse";
|
||||
case SC_POINTER_ID_GENERIC_FINGER:
|
||||
return "finger";
|
||||
case SC_POINTER_ID_VIRTUAL_MOUSE:
|
||||
return "vmouse";
|
||||
case SC_POINTER_ID_VIRTUAL_FINGER:
|
||||
return "vfinger";
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue