stormseal

Results 12 comments of stormseal

``` scrcpy 3.3 Dependencies (compiled / linked): - SDL: 2.32.56 / 2.32.56 - libavcodec: 61.19.101 / 61.19.101 - libavformat: 61.7.100 / 61.7.100 - libavutil: 59.39.100 / 59.39.100 - libavdevice: 61.3.100...

normal scrolling ``` INFO: 0.000000, -0.011328 (0.000000, -0.011328) INFO: 0.000000, -0.017188 (0.000000, -0.017188) INFO: 0.000000, -0.034766 (0.000000, -0.034766) INFO: 0.000000, -0.028906 (0.000000, -0.028906) INFO: 0.000000, -0.017188 (0.000000, -0.017188) INFO: 0.000000,...

when modifying only hid_mouse.c, scrolling works, but is **very fast**; if the content isn't long enough it feels like it jumps to the top or the bottom ``` VERBOSE: input:...

The issue still persists; the amount scrolled is still too big, however the sensibility is reduced so it's better and more precise. I recorded some videos to illustrate what I...

I forgot I put the sensibility to the maximum while i was testing stuff :( Putting it to the minimum works fine I retested with only this modification and it...

In practice https://github.com/Genymobile/scrcpy/issues/6156#issuecomment-2978314998 the scrolling speed is better, more manageable (scrolling speed is still set to the minimum though). One thing I noticed is that the scrolling is more or...

> [@stormseal](https://github.com/stormseal), now that you reset your mouse sensibility, could you please retest with only this patch: [#6156 (comment)](https://github.com/Genymobile/scrcpy/issues/6156#issuecomment-2975738613), and provide longer logs where `event->y` is not always 0. Only...

> EDIT: [@stormseal](https://github.com/stormseal) does this work better with: > > - data[3] = CLAMP(event->vscroll, -127, 127); > + data[3] = (int8_t) CLAMP(event->vscroll, -127, 127); > > ? It kind of...

https://github.com/user-attachments/assets/41bbfd75-68d0-4fb3-b0e5-65fa36774ecf ``` VERBOSE: input: UHID input [2] 00 11 00 00 VERBOSE: input: UHID input [2] 00 21 F1 00 VERBOSE: input: UHID input [2] 00 24 EC 00 VERBOSE:...