[PR #252] [MERGED] address clippy lints #345

Closed
opened 2026-05-05 22:17:15 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/252
Author: @feschber
Created: 1/20/2025
Status: Merged
Merged: 1/24/2025
Merged by: @feschber

Base: mainHead: address-clippy-lints


📝 Commits (3)

📊 Changes

7 files changed (+669 additions, -596 deletions)

View changed files

📝 input-capture/src/libei.rs (+5 -5)
📝 input-capture/src/windows.rs (+14 -585)
input-capture/src/windows/display_util.rs (+99 -0)
input-capture/src/windows/event_thread.rs (+545 -0)
📝 input-emulation/src/libei.rs (+3 -3)
📝 input-emulation/src/macos.rs (+1 -1)
📝 input-emulation/src/xdg_desktop_portal.rs (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feschber/lan-mouse/pull/252 **Author:** [@feschber](https://github.com/feschber) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `address-clippy-lints` --- ### 📝 Commits (3) - [`715c340`](https://github.com/feschber/lan-mouse/commit/715c340c31e8e33d672b708925282c9325ae966c) address clippy lints - [`e5702e4`](https://github.com/feschber/lan-mouse/commit/e5702e4ae4d1aaaac04c581fcbd9621d68c8bd62) improve windows code - [`d0ef13f`](https://github.com/feschber/lan-mouse/commit/d0ef13fa16bf4745b4e3edf7221c1bf91e4db1c3) less unsafe code ### 📊 Changes **7 files changed** (+669 additions, -596 deletions) <details> <summary>View changed files</summary> 📝 `input-capture/src/libei.rs` (+5 -5) 📝 `input-capture/src/windows.rs` (+14 -585) ➕ `input-capture/src/windows/display_util.rs` (+99 -0) ➕ `input-capture/src/windows/event_thread.rs` (+545 -0) 📝 `input-emulation/src/libei.rs` (+3 -3) 📝 `input-emulation/src/macos.rs` (+1 -1) 📝 `input-emulation/src/xdg_desktop_portal.rs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:17:15 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/lan-mouse#345
No description provided.