コード例 #1
0
ファイル: Scrollbar.cs プロジェクト: h7ga40/BlockFactory
 /// <summary>
 /// Release the scrollbar handle and reset state accordingly.
 /// </summary>
 private void onMouseUpHandle_(Event e)
 {
     Touch.clearTouchIdentifier();
     this.cleanUp_();
 }