Trackpad scroll doesn't work on Mac #90

Closed
opened 2023-09-10 21:49:14 +00:00 by bvisness · 3 comments
Owner

Scrolling with my trackpad in the UI example's scroll pane does nothing.

Scrolling with my trackpad in the UI example's scroll pane does nothing.
bvisness added this to the Jam MVP milestone 2023-09-10 21:49:18 +00:00
Collaborator

This is a regression introduces by 3bcbc76662

This is a regression introduces by 3bcbc76662
Collaborator

Due to this change at line 75 in 3bcbc76662 (diff-b6bb937e8d73838cd5c37f535003fc2fdebad5f1)

mouse->posValid = false;

If I remove it I get back scrolling and I think still get the correct behaviour for the tooltip. @ilidemi is it safe to remove?

Due to this change at line 75 in https://git.handmade.network/hmn/orca/commit/3bcbc766622c592dfe8de980e14233dfbb98996a#diff-b6bb937e8d73838cd5c37f535003fc2fdebad5f1 ``` mouse->posValid = false; ``` If I remove it I get back scrolling and _I think_ still get the correct behaviour for the tooltip. @ilidemi is it safe to remove?
Collaborator

That is correct. Silly mistake

That is correct. Silly mistake
Sign in to join this conversation.
No Label
macOS
windows
No Milestone
No project
No Assignees
3 Participants
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: hmn/orca#90
No description provided.