Struct windows_sys::Win32::Devices::HumanInterfaceDevice::JOYCALIBRATE
#[repr(C)]pub struct JOYCALIBRATE {
pub wXbase: u32,
pub wXdelta: u32,
pub wYbase: u32,
pub wYdelta: u32,
pub wZbase: u32,
pub wZdelta: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§wXbase: u32
§wXdelta: u32
§wYbase: u32
§wYdelta: u32
§wZbase: u32
§wZdelta: u32