Skip to content

Commit 46b0f21

Browse files
authored
Update mod.rs
1 parent fe5571c commit 46b0f21

File tree

1 file changed

+1
-0
lines changed
  • crates/egui/src/input_state

1 file changed

+1
-0
lines changed

crates/egui/src/input_state/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ impl PointerState {
932932
press_origin.distance(pos) > self.input_options.max_click_dist;
933933
}
934934

935+
self.last_move_time = time;
935936
self.pointer_events.push(PointerEvent::Moved(pos));
936937
}
937938
Event::PointerButton {

0 commit comments

Comments
 (0)