mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #131] [MERGED] [WIP] MacOS inputcapture #297
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feschber/lan-mouse/pull/131
Author: @meck
Created: 5/12/2024
Status: ✅ Merged
Merged: 8/26/2024
Merged by: @feschber
Base:
main← Head:macos_inputcapture📝 Commits (9)
c77c6e9[WIP] MacOS inputcaptureed033deUpdate nix, fix clippy issues1acf5eewarn if event tap closes8ba5775cleanup bounds code95fca91Handle macos modifiersb4aa7a4fix issuesa314f35fix oversight5d360c4formatting1bd2356fix clippy lints📊 Changes
7 files changed (+623 additions, -27 deletions)
View changed files
📝
Cargo.lock(+5 -0)📝
flake.nix(+5 -3)📝
input-capture/Cargo.toml(+5 -0)📝
input-capture/src/error.rs(+29 -6)📝
input-capture/src/lib.rs(+1 -1)📝
input-capture/src/macos.rs(+573 -14)📝
nix/default.nix(+5 -3)📄 Description
I had a stab at writing a macos input capture module as i was tired not being able to cross the pointer back and forth between mac and linux, and it seemed a good rust exercise. There as some things left mainly modifier handling and updating the bounds on a monitor config change. But i wanted to put it up as a draft for now if there is any other pointers or if i missed something in the architecture.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.