rio-window 0.3.7

Winit fork maintained for Rio terminal
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 unsafe fn dummy() -> Self {
        Self(0)
    }
}