Ribir
Ribir copied to clipboard
split dependence of winit's WindowEvent from ribir_core
The core lib should not depend on winit's WindowEvent directly, which mean you can custom yourself's window management library. event need to move out
- [ ] WindowEvent
- [x] WindowEvent::KeyboardInput
- [x] WindowEvent::Ime
- [ ] WindowEvent::ModifiersChanged
- [ ] WindowEvent::CursorMoved
- [ ] WindowEvent::CursorLeft
- [x] WindowEvent::MouseInput
- [ ] WindowEvent::MouseWheel