Type Alias AXESLISTW

Source
pub type AXESLISTW = tagAXESLISTW;

Aliased Type§

struct AXESLISTW {
    pub axlReserved: u32,
    pub axlNumAxes: u32,
    pub axlAxisInfo: [tagAXISINFOW; 16],
}

Fields§

§axlReserved: u32§axlNumAxes: u32§axlAxisInfo: [tagAXISINFOW; 16]