コード例 #1
0
ファイル: xutil.go プロジェクト: Nightgunner5/xgbutil
// mouseDragEndSet sets the function associated with the end of a drag.
func mouseDragEndSet(xu *xgbutil.XUtil, f xgbutil.MouseDragFun) {
	xu.MouseDragEndFun = f
}