Decouples Mouse Crosshair Speed from Mouse Speed#676
Open
AL2009man wants to merge 4 commits intofgsfdsfgs:portfrom
Open
Decouples Mouse Crosshair Speed from Mouse Speed#676AL2009man wants to merge 4 commits intofgsfdsfgs:portfrom
AL2009man wants to merge 4 commits intofgsfdsfgs:portfrom
Conversation
This was referenced Dec 4, 2025
Closed
To differenciate between current and future Input Method or Styles: the Mouse Settings's "Crosshair Speed" now has a "Mouse" at a start of the name. That way: you can easily can tell that this specific slider is specifically for Mouse Input.
this might mess up existing mouse crosshair sens setup in the process
This file contains hidden or 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
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.
In the past, Mouse's Crosshair Speed is treated as a Multiplier, however, it's not communicated to the end-user, ultimately believing the user may want to increase the mouse sensitivity to...10.00 while keeping the Crosshair Sens around 3.00. The user found out that it increased the Crosshair Speed as a result
This addresses #595, which the Crosshair Speed becomes independent of the general Mouse Camera system, allowing Joanna Dark to mix-and-match sensitivity styles.
this PR is essentially a duplicated, inorder to make it easier to be merged.