[WIP] MacOS inputcapture (#131)

* [WIP] MacOS inputcapture

---------

Co-authored-by: Ferdinand Schober <ferdinand.schober@fau.de>
Co-authored-by: Ferdinand Schober <ferdinandschober20@gmail.com>
This commit is contained in:
Johan
2024-08-26 12:40:45 +02:00
committed by GitHub
parent e7a1d72149
commit 9248007986
7 changed files with 623 additions and 27 deletions

5
Cargo.lock generated
View File

@@ -1196,10 +1196,15 @@ version = "0.2.0"
dependencies = [
"ashpd",
"async-trait",
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"core-graphics",
"futures",
"futures-core",
"input-event",
"keycode",
"libc",
"log",
"memmap",
"once_cell",