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

Remove DeviceEvent::Motion and WindowEvent::AxisMotion #3819

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

daxpedda
Copy link
Member

@daxpedda daxpedda commented Jul 24, 2024

We decided to remove them because they contained too little information for the user to be useful. This was only implemented in X11, other backends were only using them to be more cross-platform consistent.

The assumption is that they were originally implemented to enable gamepad support, which we already decided we are not going to add directly to Winit, but only support events informing the user that an UUID was added or removed.

See #750 (comment).

@daxpedda daxpedda added the S - enhancement Wouldn't this be the coolest? label Jul 24, 2024
@daxpedda daxpedda removed the request for review from madsmtm July 24, 2024 20:08
We decided to remove them because they contained too little information
for the user to be useful. The assumption is that they were originally
implemented to enable gamepad support, which we already decided we are
not going to add directly to Winit.
@kchibisov kchibisov merged commit 546962c into rust-windowing:master Aug 5, 2024
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DS - x11 S - enhancement Wouldn't this be the coolest?
Development

Successfully merging this pull request may close these issues.

2 participants