Remove DeviceEvent::Added and Removed
This had no real use because we don't expose any information on `DeviceId` except on Windows. But there we only expose the name. The assumption is that this was originally added for gamepad support, which never made it into Winit.
This commit is contained in:
parent
586255ac0a
commit
b7a7f59298
4 changed files with 18 additions and 48 deletions
|
|
@ -104,6 +104,7 @@ changelog entry.
|
|||
- On Web, remove unused `platform::web::CustomCursorError::Animation`.
|
||||
- Remove the `rwh_04` and `rwh_05` cargo feature and the corresponding `raw-window-handle` v0.4 and
|
||||
v0.5 support. v0.6 remains in place and is enabled by default.
|
||||
- Remove `DeviceEvent::Added` and `DeviceEvent::Removed`.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue