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 Mouse position in canvas with padding #120

Merged
5 commits merged into from Jun 5, 2014
Merged

Fix Mouse position in canvas with padding #120

5 commits merged into from Jun 5, 2014

Commits on May 24, 2014

  1. Fix Mouse position in canvas with margins or padding

    The mouse position in an element is measured from the top left corner. When a margin or padding is used this starts outside the drawable area of the canvas. This needs to be taken into account.
    mpkorstanje committed May 24, 2014
    Configuration menu
    Copy the full SHA
    da7c1e3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. Configuration menu
    Copy the full SHA
    022746e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Update quintus_input.js

    mpkorstanje committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    14aaf45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03cec1 View commit details
    Browse the repository at this point in the history
  3. Reverted changes

    mpkorstanje committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    3540953 View commit details
    Browse the repository at this point in the history