Struct windows_sys::Win32::Graphics::Gdi::AXESLISTW
#[repr(C)]pub struct AXESLISTW {
pub axlReserved: u32,
pub axlNumAxes: u32,
pub axlAxisInfo: [AXISINFOW; 16],
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields§
§axlReserved: u32§axlNumAxes: u32§axlAxisInfo: [AXISINFOW; 16]