mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #391] [MERGED] Re-implement patch for horizontal scrolling and extra mouse buttons #1619
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1619
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/debauchee/barrier/pull/391
Author: @EbonJaeger
Created: 8/6/2019
Status: ✅ Merged
Merged: 8/22/2019
Merged by: @AdrianKoshka
Base:
master← Head:scroll-and-mouse-buttons-squashed📝 Commits (3)
9f15b1bReimplement patch for horizontal scrolling and extra mouse buttons00c18b4Used the wrong key button by accident0cd2e6bUse Windows helper function to check for Windows version📊 Changes
9 files changed (+111 additions, -81 deletions)
View changed files
📝
.gitignore(+1 -0)📝
src/lib/barrier/mouse_types.h(+4 -1)📝
src/lib/platform/MSWindowsDesks.cpp(+10 -3)📝
src/lib/platform/MSWindowsHook.cpp(+11 -0)📝
src/lib/platform/MSWindowsScreen.cpp(+5 -6)📝
src/lib/platform/MSWindowsScreen.h(+1 -1)📝
src/lib/platform/OSXScreen.mm(+1 -0)📝
src/lib/platform/XWindowsScreen.cpp(+72 -66)📝
src/lib/platform/XWindowsScreen.h(+6 -4)📄 Description
Re-implementation of #242 for the newer CI's and an up to date codebase. Both horizontal scrolling and extra mouse buttons (buttons 4 and 5, sometimes also referred to as forward and back) have been tested between Windows 10 and Linux (Solus OS). I don't have any macOS devices, so if someone wants to build this to test that platform, that might be a good idea.
Aside from some formatting and a couple of additional comments, there are no significant changes from the original work done in the previous PR.
Fixes #51
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
dh_auto_testto includeguiunittests. #1819