Rethink workspace structure
This commit is contained in:
parent
8b8f7563ad
commit
a97401aed2
44 changed files with 684 additions and 51 deletions
6
src/input/mouse.rs
Normal file
6
src/input/mouse.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Build mouse events.
|
||||
mod button;
|
||||
mod event;
|
||||
|
||||
pub use button::Button;
|
||||
pub use event::Event;
|
||||
Loading…
Add table
Add a link
Reference in a new issue