示例#1
0
 public void EndDrag()
 {
     //m_bDragging = false;
     m_eScroll = SCROLLSTATE.NOTOUCH;
 }
示例#2
0
 public void FindScrollBlock(int iIndex)
 {
     m_iMiniItemNum = iIndex;
     m_eScroll      = SCROLLSTATE.BUTTON;
 }
示例#3
0
 public void StartDrag()
 {
     //m_bDragging = true;
     m_eScroll = SCROLLSTATE.DRAG;
 }