wusyong/winit-gtk

Missing Window events

wusyong opened this issue · 0 comments

Following window events are missing in WindowEvent. Welcome to open a PR to implement these:

  • Touch
  • ReceivedCharacter
  • Ime
  • ScaleFactorChanged
  • DroppedFile
  • HoveredFile
  • HoveredFileCancelled
  • ThemeChanged
  • AxisMotion X

And here are missing but only available on macOS or a few platforms. So probably don't need to be implemented:

  • TouchpadMagnify
  • TouchpadRotate
  • TouchpadPressure
  • SmartMagnify
  • Occluded