Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIPROPCPOINTS
[−]#[repr(C)]pub struct DIPROPCPOINTS {
pub diph: DIPROPHEADER,
pub dwCPointsNum: u32,
pub cp: [CPOINT; 8],
}Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
diph: DIPROPHEADERdwCPointsNum: u32cp: [CPOINT; 8]