spaghetti

This commit is contained in:
LunarAkai 2025-07-29 00:13:33 +02:00
commit a97e41f395
13 changed files with 101 additions and 2 deletions

View file

@ -0,0 +1,5 @@
use crate::event::Event;
pub trait MouseEvent: Event {
}