figuring out windows, eventually...

This commit is contained in:
LunarAkai 2025-08-03 11:28:34 +02:00
commit ceac5a09bb
9 changed files with 2430 additions and 405 deletions

View file

@ -14,8 +14,8 @@ impl Event for KeyPressedEvent {
EventType::KeyPressed
}
fn emit(&self) -> &impl Event{
self
fn emit() {
}
}