FairyGUI.LongPressGesture.__touchEnd C# (CSharp) Method

__touchEnd() private method

private __touchEnd ( EventContext context ) : void
context EventContext
return void
        void __touchEnd(EventContext context)
        {
            Timers.inst.Remove(__timer);

            if (_started)
            {
                _started = false;
                onEnd.Call();
            }
        }