mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 22:01:59 -06:00
[PR #42] [MERGED] macos: enable running lan-mouse on macos #248
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#248
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/42
Author: @feschber
Created: 12/4/2023
Status: ✅ Merged
Merged: 12/9/2023
Merged by: @feschber
Base:
main← Head:macos📝 Commits (10+)
ec3aef4macos: enable running lan-mouse on macos68d7047rudimentary support for mouse input1f0e371fix wrong mouse button release eventacb0fb1exclude macos backend from linux / windows build905eef8impl scroll eventscf41414impl keyboard eventsd1e26b5update github actionsd8f1f3ffix job dependenciesc060020disable keyboard support until handled properly87de059remove debug code📊 Changes
13 files changed (+419 additions, -21 deletions)
View changed files
📝
.github/workflows/pre-release.yml(+16 -1)📝
.github/workflows/rust.yml(+16 -0)📝
.github/workflows/tagged-release.yml(+16 -1)📝
Cargo.lock(+68 -0)📝
Cargo.toml(+8 -3)📝
src/backend/consumer.rs(+7 -4)➕
src/backend/consumer/macos.rs(+221 -0)📝
src/backend/producer.rs(+5 -3)➕
src/backend/producer/macos.rs(+28 -0)📝
src/consumer.rs(+7 -4)📝
src/event.rs(+5 -0)📝
src/frontend.rs(+15 -1)📝
src/producer.rs(+7 -4)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.