Feature request: buttonA events to include absolute X and Y coordinates of touch.

Apple apps do very occasionally use this (I recall 1 example off the top of my head, fast forwarding and rewinding by clicking left and right edges of the remote), and it would be a very useful feature in certain circumstances.

Just use “event.target:localToContent()” to retrieve the world coordinates of the touch event.

Thanks, but I’m referring to the Apple TV controller - there’s no such concept of targets in this sense. buttonA is when you hard-press (click) the trackpad on the remote control.

Just use “event.target:localToContent()” to retrieve the world coordinates of the touch event.

Thanks, but I’m referring to the Apple TV controller - there’s no such concept of targets in this sense. buttonA is when you hard-press (click) the trackpad on the remote control.