[PR #242] [CLOSED] Horizontal scroll and additional mouse buttons #1587

Closed
opened 2026-05-05 07:56:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/242
Author: @AdrianKoshka
Created: 1/25/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 5111f40 Horizontal scroll and additional mouse buttons
  • 57e7899 Remove obsolete comment

📊 Changes

8 files changed (+123 additions, -77 deletions)

View changed files

📝 src/lib/barrier/mouse_types.h (+7 -4)
📝 src/lib/platform/MSWindowsDesks.cpp (+19 -2)
📝 src/lib/platform/MSWindowsHook.cpp (+11 -0)
📝 src/lib/platform/MSWindowsScreen.cpp (+6 -6)
📝 src/lib/platform/MSWindowsScreen.h (+1 -1)
📝 src/lib/platform/OSXScreen.mm (+1 -0)
📝 src/lib/platform/XWindowsScreen.cpp (+72 -60)
📝 src/lib/platform/XWindowsScreen.h (+6 -4)

📄 Description

Patch talked about in issue #51. Going to mention @vorph1, as I don't know whether they consider this change finished or not.


🔄 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/debauchee/barrier/pull/242 **Author:** [@AdrianKoshka](https://github.com/AdrianKoshka) **Created:** 1/25/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5111f40`](https://github.com/debauchee/barrier/commit/5111f402d0d3c7fa3e085696ef146d19b154e6dc) Horizontal scroll and additional mouse buttons - [`57e7899`](https://github.com/debauchee/barrier/commit/57e7899df860aafcadae6928cd61ef95716f5e7e) Remove obsolete comment ### 📊 Changes **8 files changed** (+123 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/barrier/mouse_types.h` (+7 -4) 📝 `src/lib/platform/MSWindowsDesks.cpp` (+19 -2) 📝 `src/lib/platform/MSWindowsHook.cpp` (+11 -0) 📝 `src/lib/platform/MSWindowsScreen.cpp` (+6 -6) 📝 `src/lib/platform/MSWindowsScreen.h` (+1 -1) 📝 `src/lib/platform/OSXScreen.mm` (+1 -0) 📝 `src/lib/platform/XWindowsScreen.cpp` (+72 -60) 📝 `src/lib/platform/XWindowsScreen.h` (+6 -4) </details> ### 📄 Description Patch talked about in issue #51. Going to mention @vorph1, as I don't know whether they consider this change finished or not. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:56:59 -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/barrier#1587
No description provided.