-
Notifications
You must be signed in to change notification settings - Fork 914
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
Overhaul device events API and add gamepad support on Windows #804
Merged
Osspial
merged 39 commits into
rust-windowing:gamepad-device-events
from
Osspial:el2-win-joy
Jun 20, 2019
Merged
Overhaul device events API and add gamepad support on Windows #804
Osspial
merged 39 commits into
rust-windowing:gamepad-device-events
from
Osspial:el2-win-joy
Jun 20, 2019
Commits on Nov 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 700e65e - Browse repository at this point
Copy the full SHA 700e65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b552370 - Browse repository at this point
Copy the full SHA b552370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c7f720 - Browse repository at this point
Copy the full SHA 8c7f720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 666a391 - Browse repository at this point
Copy the full SHA 666a391View commit details -
Configuration menu - View commit details
-
Copy full SHA for da57daa - Browse repository at this point
Copy the full SHA da57daaView commit details
Commits on Feb 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 89b6cb7 - Browse repository at this point
Copy the full SHA 89b6cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6ca46 - Browse repository at this point
Copy the full SHA ae6ca46View commit details
Commits on Feb 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e67c500 - Browse repository at this point
Copy the full SHA e67c500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7164a69 - Browse repository at this point
Copy the full SHA 7164a69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4202b60 - Browse repository at this point
Copy the full SHA 4202b60View commit details
Commits on Feb 24, 2019
-
Revamp device event API, as well as several misc. fixes on Windows:
* When you have multiple windows, you no longer receive duplicate device events * Mouse Device Events now send X-button input * Mouse Device Events now send horizontal scroll wheel input
Configuration menu - View commit details
-
Copy full SHA for de20a68 - Browse repository at this point
Copy the full SHA de20a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2826c - Browse repository at this point
Copy the full SHA 8d2826cView commit details
Commits on Mar 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for abea210 - Browse repository at this point
Copy the full SHA abea210View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6d43e - Browse repository at this point
Copy the full SHA eb6d43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f4e18a - Browse repository at this point
Copy the full SHA 2f4e18aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e76f47e - Browse repository at this point
Copy the full SHA e76f47eView commit details
Commits on Mar 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7775524 - Browse repository at this point
Copy the full SHA 7775524View commit details
Commits on Mar 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a3468c3 - Browse repository at this point
Copy the full SHA a3468c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 437ead3 - Browse repository at this point
Copy the full SHA 437ead3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b95e2 - Browse repository at this point
Copy the full SHA 36b95e2View commit details
Commits on Mar 4, 2019
-
Add distinction between non-joystick axes and joystick axes.
This helps with properly calculating the deadzone for controller joysticks. One potential issue is that the `Stick` variant isn't used for *all* joysticks, which could be potentially confusing - for example, raw input joysticks will never use the `Stick` variant because we don't understand the semantic meaning of raw input joystick axes.
Configuration menu - View commit details
-
Copy full SHA for b48bd27 - Browse repository at this point
Copy the full SHA b48bd27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0066b - Browse repository at this point
Copy the full SHA 0b0066bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81eb196 - Browse repository at this point
Copy the full SHA 81eb196View commit details -
Configuration menu - View commit details
-
Copy full SHA for a44aafa - Browse repository at this point
Copy the full SHA a44aafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe2e2c - Browse repository at this point
Copy the full SHA 8fe2e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5334537 - Browse repository at this point
Copy the full SHA 5334537View commit details
Commits on Mar 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for af110f9 - Browse repository at this point
Copy the full SHA af110f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbb7b9 - Browse repository at this point
Copy the full SHA ffbb7b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca6cc12 - Browse repository at this point
Copy the full SHA ca6cc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a9eae - Browse repository at this point
Copy the full SHA 17a9eaeView commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8fee08a - Browse repository at this point
Copy the full SHA 8fee08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29b53d - Browse repository at this point
Copy the full SHA f29b53dView commit details
Commits on Mar 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d65b9d8 - Browse repository at this point
Copy the full SHA d65b9d8View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1e589d9 - Browse repository at this point
Copy the full SHA 1e589d9View commit details
Commits on Jun 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ef5bdd5 - Browse repository at this point
Copy the full SHA ef5bdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f03c3 - Browse repository at this point
Copy the full SHA b3f03c3View commit details
Commits on Jun 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0bc48d6 - Browse repository at this point
Copy the full SHA 0bc48d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 592d891 - Browse repository at this point
Copy the full SHA 592d891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb1118 - Browse repository at this point
Copy the full SHA 7bb1118View commit details
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.