Struct windows_sys::Win32::Devices::HumanInterfaceDevice::MOUSE_ATTRIBUTES
#[repr(C)]pub struct MOUSE_ATTRIBUTES {
pub MouseIdentifier: u16,
pub NumberOfButtons: u16,
pub SampleRate: u16,
pub InputDataQueueLength: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields§
§MouseIdentifier: u16
§NumberOfButtons: u16
§SampleRate: u16
§InputDataQueueLength: u32