Exemplo n.º 1
0
// mouseDragStepSet sets the function associated with the step of a drag.
func mouseDragStepSet(xu *xgbutil.XUtil, f xgbutil.MouseDragFun) {
	xu.MouseDragStepFun = f
}