transformHitTests property

bool transformHitTests
getter/setter pair

When set to true, hit tests are performed based on the position of the child as it is painted. When set to false, hit tests are performed ignoring the transformation.

applyPaintTransform, and therefore localToGlobal and globalToLocal, always honor the transformation, regardless of the value of this property.

Implementation

bool transformHitTests;