Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Mar 27, 2024
1 parent c73932e commit 7a69ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/input_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ impl InputState {
self.touch_states.values().any(|t| t.any_touches())
}

/// True if we have ever receved a touch event.
/// True if we have ever received a touch event.
pub fn has_touch_screen(&self) -> bool {
!self.touch_states.is_empty()
}
Expand Down

0 comments on commit 7a69ab9

Please sign in to comment.