diff options
Diffstat (limited to 'native/src/input.rs')
-rw-r--r-- | native/src/input.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/native/src/input.rs b/native/src/input.rs deleted file mode 100644 index 514a98ea..00000000 --- a/native/src/input.rs +++ /dev/null @@ -1,9 +0,0 @@ -//! Map your system events into input events that the runtime can understand. -pub mod keyboard; -pub mod mouse; -pub mod touch; - -mod button_state; - -pub use button_state::ButtonState; -pub use touch::Touch; |