pub type POINTER_DEVICE_INFO = tagPOINTER_DEVICE_INFO;Aliased Type§
#[repr(C)]pub struct POINTER_DEVICE_INFO {
pub displayOrientation: u32,
pub device: *mut c_void,
pub pointerDeviceType: i32,
pub monitor: *mut HMONITOR__,
pub startingCursorId: u32,
pub maxActiveContacts: u16,
pub productString: [u16; 520],
}Fields§
§displayOrientation: u32§device: *mut c_void§pointerDeviceType: i32§monitor: *mut HMONITOR__§startingCursorId: u32§maxActiveContacts: u16§productString: [u16; 520]