From 137664ca88a9bf2398380fd1c04b00c62c868383 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 30 Apr 2020 04:59:07 +0200 Subject: Move `keyboard::Event` to `iced_core` --- native/src/input/mouse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/input/mouse.rs') diff --git a/native/src/input/mouse.rs b/native/src/input/mouse.rs index ae3f1596..9ee406cf 100644 --- a/native/src/input/mouse.rs +++ b/native/src/input/mouse.rs @@ -1,4 +1,4 @@ -//! Build mouse events. +//! Track mouse events. pub mod click; -- cgit