mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-23 14:54:43 +01:00
Remove unused virtual mouse
PR #5076 <https://github.com/Genymobile/scrcpy/pull/5076>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user