Skip to content

Allow horizontal pan from trackpad wheel event - #37

Merged
fernandotonon merged 4 commits into
masterfrom
macos
Jun 19, 2023
Merged

Allow horizontal pan from trackpad wheel event#37
fernandotonon merged 4 commits into
masterfrom
macos

Conversation

@fernandotonon

@fernandotonon fernandotonon commented Jun 19, 2023

Copy link
Copy Markdown
Owner

Summary

Adds the functionality to pan horizontally using the trackpad (QWheelEvent).
I'd still like to use pinch for zooming and the trackpad wheel events only for pan, but this is the best I could do now.

Technical Details

  • Adds the ability to pan using QWheelEvent.
  • Fixes OS-specific macros in Ogre Widget, the old values were not being defined anymore.
  • Adds unitary tests for Space Camera, there are more tests needed, but at least it is a start.
  • Fixes possible memory leaking and improves attribute initialization.
  • This will be the first PR to use automation for deploying the binaries to the release.

✨ Features

  • Adds the functionality to pan horizontally using the trackpad

🐛 Bugfixes

  • none

@fernandotonon fernandotonon added the enhancement New feature or request label Jun 19, 2023
@fernandotonon fernandotonon linked an issue Jun 19, 2023 that may be closed by this pull request
@fernandotonon
fernandotonon marked this pull request as ready for review June 19, 2023 21:09
@fernandotonon
fernandotonon merged commit d6b675b into master Jun 19, 2023
@fernandotonon
fernandotonon deleted the macos branch June 19, 2023 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve controls using trackpad

1 participant