Skip to content

Commit

Permalink
fix horizontal scrolling when using trackpads.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang-Yue authored Dec 9, 2023
1 parent e37cdaf commit 266636d
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 266636d

Please sign in to comment.