It may look like iPhoneInput used for iPhone and Input for desktop/laptop. But what if I want to publish my game in iPhone & android ???
For example consider I want to count how many times the user touches the screen. If I use ‘Input.touchCount’, will it work only in android or work on both android & iPhone ? If it works on both, then what is the difference between iPhonInput.touchCount & Input.touchCount ???