diff options
author | 2020-04-30 05:04:45 +0200 | |
---|---|---|
committer | 2020-04-30 05:04:45 +0200 | |
commit | bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1 (patch) | |
tree | 5741bbfd344137f88deb8d87584cc70fb0a9f80b /native/src/input | |
parent | 137664ca88a9bf2398380fd1c04b00c62c868383 (diff) | |
download | iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.gz iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.bz2 iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.zip |
Remove inconsistent `input` module in `iced_native`
Diffstat (limited to '')
-rw-r--r-- | native/src/input.rs | 3 | ||||
-rw-r--r-- | native/src/keyboard.rs (renamed from native/src/input/keyboard.rs) | 0 | ||||
-rw-r--r-- | native/src/mouse.rs (renamed from native/src/input/mouse.rs) | 0 | ||||
-rw-r--r-- | native/src/mouse/click.rs (renamed from native/src/input/mouse/click.rs) | 0 |
4 files changed, 0 insertions, 3 deletions
diff --git a/native/src/input.rs b/native/src/input.rs deleted file mode 100644 index ad8ed252..00000000 --- a/native/src/input.rs +++ /dev/null @@ -1,3 +0,0 @@ -//! Map your system events into input events that the runtime can understand. -pub mod keyboard; -pub mod mouse; diff --git a/native/src/input/keyboard.rs b/native/src/keyboard.rs index 012538e3..012538e3 100644 --- a/native/src/input/keyboard.rs +++ b/native/src/keyboard.rs diff --git a/native/src/input/mouse.rs b/native/src/mouse.rs index 9ee406cf..9ee406cf 100644 --- a/native/src/input/mouse.rs +++ b/native/src/mouse.rs diff --git a/native/src/input/mouse/click.rs b/native/src/mouse/click.rs index d27bc67e..d27bc67e 100644 --- a/native/src/input/mouse/click.rs +++ b/native/src/mouse/click.rs |