diff options
Diffstat (limited to 'native/src/input.rs')
-rw-r--r-- | native/src/input.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/input.rs b/native/src/input.rs index 097fa730..c08beaf9 100644 --- a/native/src/input.rs +++ b/native/src/input.rs @@ -1,6 +1,7 @@ //! Map your system events into input events that the runtime can understand. pub mod keyboard; pub mod mouse; +pub mod touch; mod button_state; |