summaryrefslogtreecommitdiffstats
path: root/src/keyboard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.rs')
-rw-r--r--src/keyboard.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/keyboard.rs b/src/keyboard.rs
index 181dd974..0b3e894d 100644
--- a/src/keyboard.rs
+++ b/src/keyboard.rs
@@ -1,6 +1,2 @@
//! Listen and react to keyboard events.
-#[cfg(not(target_arch = "wasm32"))]
-pub use iced_winit::input::keyboard::{KeyCode, ModifiersState};
-
-#[cfg(target_arch = "wasm32")]
-pub use iced_web::keyboard::{KeyCode, ModifiersState};
+pub use crate::runtime::keyboard::{Event, KeyCode, ModifiersState};