fission-winit 0.30.13-fission.1

Fission's patched fork of the cross-platform winit window creation library.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct DeviceId(pub i32);

impl DeviceId {
    pub const fn dummy() -> Self {
        Self(0)
    }
}