Skip to content

v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rhysd rhysd released this 15 Feb 17:29
· 119 commits to main since this release
  • Support winit as optional winit feature.
  • Add Key::Ignored special key to ignore on checking key bindings. This is used when converting events which are actually not related to key inputs.
  • Fix key release is not ignored.
  • Fix modifier-only keys are converted to Key::Unidentified.
  • Fix converting crossterm key event with shift modifier pressed.