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

CPS hud does not detect input properly #18

Closed
ManInMyVan opened this issue Oct 14, 2023 · 2 comments
Closed

CPS hud does not detect input properly #18

ManInMyVan opened this issue Oct 14, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ManInMyVan
Copy link

CPS hud currently detects input from raw mouse input, instead of what keybind each button it set to. One reason is an issue because if you change the keybind for attack/use, when pressing the key it is set to, the cps counter does not go up. Another reason this is an issue is when you are in a gui, and press left/right click, the cps counter goes up.

@pauliesnug pauliesnug added bug Something isn't working good first issue Good for newcomers labels Jan 2, 2024
@Wyvest
Copy link
Member

Wyvest commented Jul 27, 2024

Make a ticket at discord.gg/polyfrost so we can troubleshoot further.

@Wyvest Wyvest closed this as not planned Won't fix, can't repro, duplicate, stale Jul 27, 2024
@ManInMyVan
Copy link
Author

Found the issue, you're using Mouse::isButtonDown instead of GameSettings::isKeyDown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants