Type Alias POINTER_TOUCH_INFO

Source
pub type POINTER_TOUCH_INFO = tagPOINTER_TOUCH_INFO;

Aliased Type§

struct POINTER_TOUCH_INFO {
    pub pointerInfo: tagPOINTER_INFO,
    pub touchFlags: u32,
    pub touchMask: u32,
    pub rcContact: tagRECT,
    pub rcContactRaw: tagRECT,
    pub orientation: u32,
    pub pressure: u32,
}

Fields§

§pointerInfo: tagPOINTER_INFO§touchFlags: u32§touchMask: u32§rcContact: tagRECT§rcContactRaw: tagRECT§orientation: u32§pressure: u32