Convert keyboard control to touch control - iOS Platform

Hi all,

I start new racing game for iphone.
i want to convert keyboard control to touch control. like this

how to convert into button on touch

steeringInput = Input.GetAxis(“Horizontal”);
motorInput = Input.GetAxis(“Vertical”);

I newbie in c#, but i know some basic programming.

Thanks in advance

Hi
Any one ?

You should use either joysticks from Standart Assets (Mobile) (Assets > Import package) or Accelerometer input Unity - Scripting API: Input.acceleration