Skip to content
  • Jonas Ådahl's avatar
    Add basic mouse pointer acceleration · 505e92b1
    Jonas Ådahl authored
    
    
    This patch reimplements the simple smooth pointer acceleration profile
    from X.org xserver. The algorithm is identical to the classic profile
    with a non-zero pointer acceleration threshold.
    
    When support for changable parameters is in place, to get a pointer
    acceleration the same as the default classic profile of X.org a
    polynomial acceleration profile should be used for when the threshold
    parameter is zero.
    
    Signed-off-by: default avatarJonas Ådahl <jadahl@gmail.com>
    Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
    505e92b1