macos: emulate double / triple click

This commit is contained in:
Ferdinand Schober
2025-10-29 16:19:36 +01:00
parent 99c8bc5567
commit 3aaefe99e3
2 changed files with 59 additions and 20 deletions

View File

@@ -21,6 +21,7 @@ tokio = { version = "1.32.0", features = [
"rt",
"sync",
"signal",
"time"
] }
once_cell = "1.19.0"