trying to eat the spaghetti (make it less)
This commit is contained in:
parent
3dd1a0caee
commit
4ad7d2ebd0
42 changed files with 189 additions and 668 deletions
5
crates/moonhare_event/src/events/mouse_events/mod.rs
Normal file
5
crates/moonhare_event/src/events/mouse_events/mod.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
use crate::event::Event;
|
||||
|
||||
pub trait MouseEvent: Event {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue