My understanding is that when you have a view that’s too small to easily touch, you’re supposed to use a TouchDelegate to increase the clickable region for that view.
However, searching for usage examples on Google turn up multiple people asking the question, but few answers.
Does anyone know the proper way to set up a touch delegate for a view to, say, increase its clickable region by 4 pixels in every direction?
I asked a friend at Google and they were able to help me figure out how to use TouchDelegate. Here’s what we came up with: