If the value is FALSE, dragging is only available on touch.
Carousel.allowMouseDrag
bool allowMouseDrag() @propertyGet allowMouseDrag property.
Returns
Sets whether the [adw.carousel.Carousel] can be dragged with mouse pointer.
void allowMouseDrag(bool propval) @propertySet allowMouseDrag property.
Parameters
propval | Sets whether the [adw.carousel.Carousel] can be dragged with mouse pointer. If the value is FALSE, dragging is only available on touch. |