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 OSX mouse clicks and drags #1961

Closed

Commits on Jul 22, 2018

  1. Use unflipped coordinate system.

    Pass mouseMoved and mouseDragged events to handler, and activate
    the dispatch of the events to the Cocoa window.
    ElectricMagic committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    66e3ed7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2018

  1. mouseMoved doesn't need to be passed on -- we own the whole window.

    mouseDragged shouldn't have been passing on to mouseMoved (sloppy
    copy/paste), not does it need to pass it to super either.
    
    Fix whitespace.
    ElectricMagic committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    1c22dc1 View commit details
    Browse the repository at this point in the history