Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rustbasic authored Oct 30, 2024
1 parent 5bfff31 commit 1942341
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/egui/src/input_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@ impl PointerState {
press_origin.distance(pos) > self.input_options.max_click_dist;
}

self.last_move_time = time;
self.pointer_events.push(PointerEvent::Moved(pos));
}
Event::PointerButton {
Expand Down

0 comments on commit 1942341

Please sign in to comment.