orbtk-shell 0.3.1-alpha3

Window shell crate used by OrbTk.
1
2
3
4
5
6
/// Internal helper state to handle current glutin window state.
#[derive(Copy, Clone, Default, Debug)]
pub struct WindowState {
    pub size: (usize, usize),
    pub active: bool,
}