I'm receiving a touch down event on an ordinary button when I touch the button (simulator using magic mouse).
Problem is, locationInView of the event is (x=313, y=162), but frame of the button is (x=287, y=149, width=22, length=22), and 287+22 = 309 < 313. All of the above for view rotated to the left (home button on the left of the simulated iPhone).
Similar buttons on the same view are not at all similarly affected.
Any insights are appreciated. Thank you.