Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov committed Oct 3, 2024
1 parent b1ebafa commit 5551169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ pub enum WindowEvent {
/// of this data is limited by the display area and it may have been transformed by
/// the OS to implement effects such as cursor acceleration, it should not be used
/// to implement non-cursor-like interactions such as 3D camera control. For that,
/// consider [`DeviceEvent::MouseMotion`].
/// consider [`DeviceEvent::PointerMotion`].
///
/// ## Platform-specific
///
Expand Down

0 comments on commit 5551169

Please sign in to comment.