[PR #100] [MERGED] Windows Input Capture #281

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

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/100
Author: @feschber
Created: 4/4/2024
Status: Merged
Merged: 4/11/2024
Merged by: @feschber

Base: mainHead: win-input-capture


📝 Commits (10+)

📊 Changes

4 files changed (+743 additions, -22 deletions)

View changed files

📝 Cargo.lock (+22 -0)
📝 Cargo.toml (+10 -1)
📝 src/capture/windows.rs (+550 -7)
📝 src/scancode.rs (+161 -14)

📄 Description

closes #87
closes #46


🔄 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/100 **Author:** [@feschber](https://github.com/feschber) **Created:** 4/4/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `win-input-capture` --- ### 📝 Commits (10+) - [`99fd711`](https://github.com/feschber/lan-mouse/commit/99fd711a6b9bdf8f760a6fbdfb3904bbee6ea5b6) basic event hook - [`9edbf7a`](https://github.com/feschber/lan-mouse/commit/9edbf7a3d2de7695b0cc8abd15382b20ee27cfe0) retreive monitor information - [`ae352d7`](https://github.com/feschber/lan-mouse/commit/ae352d7293fb7026b87f1ebb712359cec1843deb) test mouse locking - [`caef03e`](https://github.com/feschber/lan-mouse/commit/caef03ed7dfa8c1fa05f7419a421ea5f221902bf) lay groundwork - [`95f3af3`](https://github.com/feschber/lan-mouse/commit/95f3af3c61bc910b36b2ed554b1faaa72be592eb) pointer locking - [`1bb4be6`](https://github.com/feschber/lan-mouse/commit/1bb4be68de3135575e2c44edd1eb3b6e955f0c5a) client management - [`4eb4ebe`](https://github.com/feschber/lan-mouse/commit/4eb4ebedb4170ab5b3389552e717bbedb9a9427f) semi functional solution for mouse warping issue - [`330355e`](https://github.com/feschber/lan-mouse/commit/330355e9cb88612c0d6db797c1a02cdef01b6f53) fix mouse issues - [`bf5e539`](https://github.com/feschber/lan-mouse/commit/bf5e539419ec84dc7011c461920eb54b159507b7) formatting - [`0cbf17b`](https://github.com/feschber/lan-mouse/commit/0cbf17b2d42ffaf4aa0f2d9a1a924b855ed42f66) refactor + cleanup ### 📊 Changes **4 files changed** (+743 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+22 -0) 📝 `Cargo.toml` (+10 -1) 📝 `src/capture/windows.rs` (+550 -7) 📝 `src/scancode.rs` (+161 -14) </details> ### 📄 Description closes #87 closes #46 --- <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:15:51 -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#281
No description provided.