//! Constants determining the acceleration profile of a device.
//!
//! See the libinput documentation for details.
use ;
/// The acceleration profile of a device.
;
/// A flat acceleration profile.
pub const ACCEL_PROFILE_FLAT: AccelProfile = AccelProfile;
/// An adaptive acceleration profile.
pub const ACCEL_PROFILE_ADAPTIVE: AccelProfile = AccelProfile;