public void Cancel() { Timers.inst.Remove(__timer); _started = false; }
static public int Cancel(IntPtr l) { try { FairyGUI.LongPressGesture self = (FairyGUI.LongPressGesture)checkSelf(l); self.Cancel(); pushValue(l, true); return(1); } catch (Exception e) { return(error(l, e)); } }