Exemplo n.º 1
0
// mouseDragSet sets whether a mouse drag is in progress.
func mouseDragSet(xu *xgbutil.XUtil, dragging bool) {
	xu.InMouseDrag = dragging
}