witer 0.11.4

An iterator-based Win32 windowing library
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Stage {
  Setup,
  Ready,
  Looping,
  Closing,
  ExitLoop,
  Destroyed,
}