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

Screen pan optionally with Space + Leftclick #3626

Closed
UliAbo opened this issue Mar 20, 2023 · 0 comments · Fixed by #3637
Closed

Screen pan optionally with Space + Leftclick #3626

UliAbo opened this issue Mar 20, 2023 · 0 comments · Fixed by #3637
Assignees
Labels
feature It's a feature, not a bug.
Milestone

Comments

@UliAbo
Copy link

UliAbo commented Mar 20, 2023

AsIs:

  • Panning screen in map requires holding down just "Space".

ToBe:

  • Option in preferences: Require click and drag for panning with Space.

Would love to have that (like it's default in Aseprite in Photoshop and also in Unity)! :)

@UliAbo UliAbo added the feature It's a feature, not a bug. label Mar 20, 2023
@bjorn bjorn added this to Roadmap Mar 20, 2023
@bjorn bjorn moved this to Todo in Roadmap Mar 20, 2023
@bjorn bjorn added this to the Tiled 1.11 milestone Mar 20, 2023
@bjorn bjorn self-assigned this Mar 31, 2023
@bjorn bjorn moved this from Todo to In Progress in Roadmap Mar 31, 2023
bjorn added a commit that referenced this issue Mar 31, 2023
At the same time, you can now also use Space panning with the tileset
view. Code refactored to share panning code between map and tileset
views.

An open hand cursor is used when Space is pressed and a closed hand
cursor while actually panning.

Space still triggers panning immediately, when mouse is already pressed.

The "auto scrolling" mode is still not supported in the tileset view,
since this complicates things a little and I'm not sure if supporting
this in the tileset view is meaningful.

Closes #3626
@github-project-automation github-project-automation bot moved this from In Progress to Done in Roadmap Mar 31, 2023
dogboydog pushed a commit to dogboydog/tiled that referenced this issue Apr 19, 2023
…ditor#3637)

At the same time, you can now also use Space panning with the tileset
view. Code refactored to share panning code between map and tileset
views.

An open hand cursor is used when Space is pressed and a closed hand
cursor while actually panning.

Space still triggers panning immediately, when mouse is already pressed.

The "auto scrolling" mode is still not supported in the tileset view,
since this complicates things a little and I'm not sure if supporting
this in the tileset view is meaningful.

Closes mapeditor#3626
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug.
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants