Type Alias RAWINPUTDEVICELIST

Source
pub type RAWINPUTDEVICELIST = tagRAWINPUTDEVICELIST;

Aliased Type§

struct RAWINPUTDEVICELIST {
    pub hDevice: *mut c_void,
    pub dwType: u32,
}

Fields§

§hDevice: *mut c_void§dwType: u32