[GH-ISSUE #1727] Mouse Scroll not captured #1278

Open
opened 2026-05-05 07:41:25 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @niboo-ave on GitHub (Jul 27, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1727

What happened?

Hello,

When I use the mouse scroll, there is no effect on client side. I have tested with both Touchpad and classic USB mouse.
I assume the error come from server, since the log record "+0".

Version

v2.4.0

Git commit hash (if applicable)

No response

If applicable, where did you install Barrier from?

Server(v2.4.0) : from Homebrew
Client (v2.3.2): Ubuntu (20.4) package

What OSes are you seeing the problem on? (Check all that apply)

macOS

What OS versions are you using?

12.4

Relevant log output

Server:
[2022-07-27T10:14:08] DEBUG1: event: Key event kind: 12, keycode=63
[2022-07-27T10:14:08] DEBUG1: mask=0100 outMask=0000
[2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0
[2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0
[2022-07-27T10:14:12] DEBUG1: event: button press button=1

I don't see client receiving anything related to mouse wheel

Any other information

(Is the development still active ? )

Originally created by @niboo-ave on GitHub (Jul 27, 2022). Original GitHub issue: https://github.com/debauchee/barrier/issues/1727 ### What happened? Hello, When I use the mouse scroll, there is no effect on client side. I have tested with both Touchpad and classic USB mouse. I assume the error come from server, since the log record "+0". ### Version v2.4.0 ### Git commit hash (if applicable) _No response_ ### If applicable, where did you install Barrier from? Server(v2.4.0) : from Homebrew Client (v2.3.2): Ubuntu (20.4) package ### What OSes are you seeing the problem on? (Check all that apply) macOS ### What OS versions are you using? 12.4 ### Relevant log output ```shell Server: [2022-07-27T10:14:08] DEBUG1: event: Key event kind: 12, keycode=63 [2022-07-27T10:14:08] DEBUG1: mask=0100 outMask=0000 [2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:09] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:09] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:10] DEBUG1: event: button wheel delta=+0,+0 [2022-07-27T10:14:10] DEBUG1: onMouseWheel +0,+0 [2022-07-27T10:14:12] DEBUG1: event: button press button=1 I don't see client receiving anything related to mouse wheel ``` ### Any other information (Is the development still active ? )
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#1278
No description provided.