5 lines
No EOL
62 B
Rust
5 lines
No EOL
62 B
Rust
use crate::event::Event;
|
|
|
|
pub trait MouseEvent: Event {
|
|
|
|
} |