Skip to content

Commit

Permalink
Reset click count fully on mouse up.
Browse files Browse the repository at this point in the history
  • Loading branch information
xorgy committed Mar 4, 2024
1 parent 21a84d6 commit f4ba306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/raw_event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ impl PointerCrusher {
self.e.wheel_delta = None;
self.e.buttons.remove(&button);
self.e.button = Some(button);
self.e.count = 0;
self.e.clone()
}

Expand Down

0 comments on commit f4ba306

Please sign in to comment.