Ejemplo n.º 1
0
// mouseDragEndSet sets the function associated with the end of a drag.
func mouseDragEndSet(xu *xgbutil.XUtil, f xgbutil.MouseDragFun) {
	xu.MouseDragEndFun = f
}