How to get touch interface back after removing it ?

I am making a game for android, and removing ALL widgets means it deletes player touch interface also. This is stupid, right? Now, how do I get it back? There is no option to get the touch interface back

you can “Activate Touch Interface” on your Player Controller. That should bring it back.