Skip to content

Commit

Permalink
Merge pull request #2393 from Wang-Yue/patch-3
Browse files Browse the repository at this point in the history
fix horizontal scrolling when using trackpads.
  • Loading branch information
nesbox authored Dec 9, 2023
2 parents e37cdaf + 266636d commit 039255a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/studio/studio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ static void processMouseStates(Studio* studio)

state->dbl.ticks++;
}
tic->ram->input.mouse.scrollx *= -1;
}

static void blitCursor(Studio* studio)
Expand Down

0 comments on commit 039255a

Please sign in to comment.