generated from Leafwing-Studios/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Accessible deadzones * Turn off "missing docs" * Add tests * Update some docs * Use `unwrap_or_default()`instead of `None` * cargo fmt * cargo clippy * Use `f32::EPSILON` * Add const for zero deadzone * Only scale input with unclamped size * Zero deadzone dual mouse wheel * Update docs * Update RELEASES.md * Explain input scaling * Turn back on `missing_docs` * Cargo fmt * Update RELEASES.md Co-authored-by: Alice Cecile <[email protected]> * Update RELEASES.md Co-authored-by: Alice Cecile <[email protected]> --------- Co-authored-by: Alice Cecile <[email protected]>
- Loading branch information
1 parent
351e629
commit bc3b08b
Showing
6 changed files
with
147 additions
and
179 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.