Does translating and scaling using: ```.graphicsLa...
# compose
j
Does translating and scaling using:
Copy code
.graphicsLayer {
    scaleX = scale
    scaleY = scale
    translationX = translation.value.x
    translationY = translation.value.y
}
change the size and location of the bounding box for click listeners?
e
pointer inputs which make it to this part of the hierarchy will be transformed before being dispatched to children