mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
[PR #154] [MERGED] split into input-{event,capture,emulation} #306
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#306
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/154
Author: @feschber
Created: 7/2/2024
Status: ✅ Merged
Merged: 7/2/2024
Merged by: @feschber
Base:
main← Head:split-crates📝 Commits (5)
dd7f931split into input-{event,capture,emulation}c093c3epurge dependenciesef09cd4update deps7056ff6fix xdg-desktop-portal backend not availablef29cd2dfix all features enabled by default📊 Changes
34 files changed (+726 additions, -568 deletions)
View changed files
📝
Cargo.lock(+398 -420)📝
Cargo.toml(+16 -37)➕
input-capture/Cargo.toml(+48 -0)📝
input-capture/src/dummy.rs(+1 -1)📝
input-capture/src/error.rs(+0 -0)📝
input-capture/src/lib.rs(+34 -15)📝
input-capture/src/libei.rs(+1 -1)📝
input-capture/src/macos.rs(+2 -3)📝
input-capture/src/wayland.rs(+1 -1)📝
input-capture/src/windows.rs(+3 -3)📝
input-capture/src/x11.rs(+1 -1)➕
input-emulation/Cargo.toml(+47 -0)📝
input-emulation/src/dummy.rs(+1 -1)📝
input-emulation/src/error.rs(+0 -0)📝
input-emulation/src/lib.rs(+57 -17)📝
input-emulation/src/libei.rs(+8 -8)📝
input-emulation/src/macos.rs(+7 -7)📝
input-emulation/src/windows.rs(+3 -5)📝
input-emulation/src/wlroots.rs(+2 -2)📝
input-emulation/src/x11.rs(+1 -1)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.