diff options
author | 2020-04-30 04:54:49 +0200 | |
---|---|---|
committer | 2020-04-30 04:54:49 +0200 | |
commit | d8b9e03481301228ffeda4c6e48a021cb66f896c (patch) | |
tree | b181874fe742ab9c7652a497ea4a38b23bed6e63 /native | |
parent | e55cd9652e7c7aea4dc2c6ccb83769246d1a808e (diff) | |
download | iced-d8b9e03481301228ffeda4c6e48a021cb66f896c.tar.gz iced-d8b9e03481301228ffeda4c6e48a021cb66f896c.tar.bz2 iced-d8b9e03481301228ffeda4c6e48a021cb66f896c.zip |
Remove `ButtonState`
Diffstat (limited to 'native')
-rw-r--r-- | native/src/input.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/src/input.rs b/native/src/input.rs index 7f5114c3..ad8ed252 100644 --- a/native/src/input.rs +++ b/native/src/input.rs @@ -1,5 +1,3 @@ //! Map your system events into input events that the runtime can understand. pub mod keyboard; pub mod mouse; - -pub use iced_core::ButtonState; |