-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add view drag scrolling #12
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
June 29, 2023 12:14
aea0e2c
to
6e8f98f
Compare
This needs a rebase. |
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
July 2, 2023 18:42
a41b971
to
1415efb
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
August 16, 2023 15:58
1415efb
to
b90017a
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
August 24, 2023 13:46
f5a1f3b
to
bf4a008
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
September 1, 2023 12:15
bf4a008
to
188e7e1
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
September 7, 2023 14:10
2104e7f
to
5c758df
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
September 13, 2023 18:38
5c758df
to
88710ea
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
October 15, 2023 19:15
88710ea
to
427a414
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
November 14, 2023 10:25
427a414
to
ad577e9
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
December 5, 2023 19:21
ad577e9
to
b3239eb
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
December 23, 2023 20:24
b3239eb
to
4342fe2
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
January 21, 2024 22:45
8f86d32
to
35b7420
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
January 28, 2024 18:06
b66d978
to
19c6fa7
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
February 10, 2024 12:00
19c6fa7
to
cfe71fa
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
3 times, most recently
from
February 23, 2024 17:08
7e8ce5c
to
a0b9e24
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
2 times, most recently
from
February 26, 2024 16:08
dd673c3
to
4ff9afd
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
March 3, 2024 14:33
4ff9afd
to
11fc97a
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
March 10, 2024 18:38
11fc97a
to
1a442d2
Compare
MortonPL
force-pushed
the
feature/drag-scrolling
branch
from
March 13, 2024 13:58
1a442d2
to
5561726
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds an alternate way to move map view around. Right click scroll is disabled when using drag scroll and vice versa. Zooming is disabled when using drag scroll.
This action is bound to middle mouse button (and because of that, this PR depends on this XNAUI PR introducing middle mouse button input handling).