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