Skip to content

Instantly share code, notes, and snippets.

@stramit
stramit / TouchInputModule.cs
Created September 23, 2014 09:48
TouchInputModule (b19)
using System.Text;
namespace UnityEngine.EventSystems
{
[AddComponentMenu("Event/Touch Input Module")]
public class TouchInputModule : PointerInputModule
{
protected TouchInputModule()
{}