mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-16 21:39:56 +00:00
Fix scroll speed on recent GFE versions
This commit is contained in:
@@ -444,7 +444,7 @@ static const double MOUSE_SPEED_DIVISOR = 2.5;
|
||||
short truncatedScrollY = (short)self->accumulatedScrollY;
|
||||
|
||||
if (truncatedScrollY != 0) {
|
||||
LiSendHighResScrollEvent(truncatedScrollY);
|
||||
LiSendHighResScrollEvent(truncatedScrollY * 20);
|
||||
|
||||
self->accumulatedScrollY -= truncatedScrollY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user