I have a working game using Keyboard inputs 1, 2, 3 to switch between items. When a player left click it uses the correct skill. This all works perfectly fine, however I'm not sure how to add in touch controls.
There are 'pictures' of the 3 choices, and I can get it so you can make a choice.... BUT once say, '1' is selected you cannot change to '2' or '3' instead it just acts as the mouse and uses '1' no matter what.
A) Is there a way to have something like "on touch > image> simulate keyboard '1' press"?
B) Disable 'touch' as a mouse click over an object?