-
Notifications
You must be signed in to change notification settings - Fork 117
feat(options): Implement user options for Screen Edge Scrolling #1538
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
feat(options): Implement user options for Screen Edge Scrolling #1538
Conversation
|
I think better options would be: This would make them exclusive and not dependent on each other. Edit: Updated. |
1a227e3 to
0a28e8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might want to cast this to bool otherwise the compilers going to complain.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right it causes warning. Fixed.
Mauller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
0a28e8c to
5a8dc95
Compare
|
Replicated to Generals with mini conflict. Improved code comments a bit. |
…uperHackers#1538) Adds new options ScreenEdgeScrollEnabledInWindowedApp=no, ScreenEdgeScrollEnabledInFullscreenApp=yes to Options.ini
This change implements user options to control the screen edge scrolling behavior.
The Options.ini gets 2 new settings with defaults that match the original behavior:
TODO