Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misalignment of multi-touch emu feedback #3506

Merged
merged 3 commits into from Aug 1, 2015

Commits on Jul 15, 2015

  1. Fix misalignment of multi-touch emu feedback

    Visual feedback of multi-touch emulation first touch was being placed
    at coordinates uncorrected for density != 1. Fixed by factoring out
    and using same scaling as for WindowBase.on_motion().
    cpbotha committed Jul 15, 2015
    Copy the full SHA
    195b57c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Copy the full SHA
    20512ab View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2015

  1. Copy the full SHA
    74c60a2 View commit details
    Browse the repository at this point in the history