pub type TOUCH_HIT_TESTING_INPUT = tagTOUCH_HIT_TESTING_INPUT;
Aliased Type§
struct TOUCH_HIT_TESTING_INPUT {
pub pointerId: u32,
pub point: tagPOINT,
pub boundingBox: tagRECT,
pub nonOccludedBoundingBox: tagRECT,
pub orientation: u32,
}
Fields§
§pointerId: u32
§point: tagPOINT
§boundingBox: tagRECT
§nonOccludedBoundingBox: tagRECT
§orientation: u32