Programming touchable elements

Former Member
Former Member
Hello,
I want to usw touchable elements.
The Guide doesn't show how. Or im just blind.

Any hint?
  • Inputs are received by your input delegate, and the view likely has information about your touch-enabled elements. You need to write code to take both bits of data and put them together. I posted some sample code in this thread a few weeks ago.