mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 22:01:59 -06:00
[PR #169] [MERGED] move refcounting of key presses to input-emulation #313
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#313
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/169
Author: @feschber
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/6/2024
Merged by: @feschber
Base:
main← Head:move-key-rc-to-emulation📝 Commits (5)
202497dmove refcounting of key presses to input-emulationdfd668bremove useless map4bac45brename trait in win + macos402f74efix clippy lint01695c7fix pressed key logic📊 Changes
13 files changed (+221 additions, -214 deletions)
View changed files
📝
input-emulation/src/dummy.rs(+4 -4)📝
input-emulation/src/lib.rs(+166 -68)📝
input-emulation/src/libei.rs(+4 -4)📝
input-emulation/src/macos.rs(+5 -5)📝
input-emulation/src/windows.rs(+4 -4)📝
input-emulation/src/wlroots.rs(+3 -3)📝
input-emulation/src/x11.rs(+4 -4)📝
input-emulation/src/xdg_desktop_portal.rs(+4 -4)📝
src/client.rs(+2 -2)📝
src/emulation_test.rs(+2 -1)📝
src/server.rs(+6 -0)📝
src/server/emulation_task.rs(+15 -113)📝
src/server/ping_task.rs(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.