abletk/src/event/window.rs

6 lines
122 B
Rust
Executable File

#[non_exhaustive]
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]
pub enum Event {
Closed,
}