Skip to content

Instantly share code, notes, and snippets.

View drewcassidy's full-sized avatar

Andrew Cassidy drewcassidy

View GitHub Profile
using System.Collections.Generic;
using System.Reflection;
namespace UnityEngine.EventSystems
{
[AddComponentMenu("Event/Standalone Input Module")]
public class StandaloneInputModule : PointerInputModule
{
private float m_NextAction;