Esempio n. 1
0
 /// <summary>
 /// Release the scrollbar handle and reset state accordingly.
 /// </summary>
 private void onMouseUpHandle_(Event e)
 {
     Touch.clearTouchIdentifier();
     this.cleanUp_();
 }