Skip to content
  • Jeremiah Darais's avatar
    Bug 760737 - Brush angle jumps when tablet pen is tilted horizontally. · bb178539
    Jeremiah Darais authored and Jehan's avatar Jehan committed
    Fix cursor rotation jump when tablet pen is tilted horizontally.
    This changes to the correct values for the special case of tilt_x == 0.0.
    
    Reviewer (Jehan)'s note: computing the convergence of the tilt function
    in the `else` block, when tilt_x approaches 0, tilt value indeed
    converges to 0.25 with tilt_y > 0 and 0.75 (or -0.25 which is the same)
    with tilt_y < 0.
    bb178539