Example #1
0
 public void Stop()
 {
     if (tab.pointerId != PanelManager.NON_EXISTING_TOUCH)
     {
         tab.ResetBackgroundColor();
         tab.pointerId = PanelManager.NON_EXISTING_TOUCH;
     }
 }
Example #2
0
            public void Stop()
            {
                if (tab.pointerId != PanelManager.NON_EXISTING_TOUCH)
                {
                    tab.ResetBackgroundColor();
                    tab.pointerId = PanelManager.NON_EXISTING_TOUCH;

                    PanelNotificationCenter.Internal.TabDragStateChanged(tab, false);
                }
            }