abletk/src/event/application.rs

6 lines
132 B
Rust
Executable File

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