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

Left-button mouse click shouldn't end right-button drag rotate #6194

Closed
jfirebaugh opened this issue Feb 20, 2018 · 1 comment · Fixed by #6193
Closed

Left-button mouse click shouldn't end right-button drag rotate #6194

jfirebaugh opened this issue Feb 20, 2018 · 1 comment · Fixed by #6193
Labels

Comments

@jfirebaugh
Copy link
Contributor

  1. Press right mouse button
  2. Press left mouse button
  3. Release left mouse button
  4. Move the mouse

Expected: map rotates/pitches.
Actual: nothing.

@jfirebaugh
Copy link
Contributor Author

Ditto for:

  1. Press control key
  2. Press left mouse button
  3. Press right mouse button
  4. Release right mouse button
  5. Move the mouse

The handler needs to remember which button was used on mousedown, and ignore mouseup events with a different button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant