-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Mouse event hooks #84
Comments
Yeah! So WHILE holding right mousebutton for example, crosshair is hidden, and comes back when releasing right mousebutton. edit: Forgot to explain how it would be very useful in rust. So on rust for example the crosshair is kinda on the way while adsing even if i make it small. So being able to hide it while holding a button would be very nice. Now idk if you are able to hide it while button is held instead of onclick if that makes sens. Would be weird to Hide with with a right mouse click and to have to reclick to unhide it. SO if hiding it while pressing is an option then perfect if not maybe not worth implementing. In any cases ty for your time and dedication |
Would you ever need it to be on another bind like left or middle mouse? |
Also do people ads on keyboard? Should there be a key bind for it? |
Tbh ive never heard of a player who ads with anything else than right mouse button . Left is to fire right is to aim by default in any fps game. How ever in the option , you can if u want change that to be anything else but like i said by default its right button to aim, left to shoot. So short answer is no. No need to be on another bind like left or middle mouse and no need have an ads on keyboard. However there always some exception , but the big majority will use right click(96% if not more). |
This is an alpha version of the next release and includes this feature, @adeldueast if you would be willing to test and provide any feedback it would be much appreciated: |
Wow that was quick. I just tried it and I have nothing bad to say, great job ! |
That's as good a review as I can ask for! I'll give it a few more days to settle and test out before I cut the actual release, thanks for contributing! |
Multiple people have requested the ability to hide or change the crosshair during ADS (right click).
I want to gauge the interest as well as understand how it would be most useful. I think the easiest would be to only implement on left/right/or middle click, but would this be sufficient?
The text was updated successfully, but these errors were encountered: