Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

split dependence of winit's WindowEvent from ribir_core

Open wjian23 opened this issue 1 year ago • 0 comments

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

wjian23 avatar Oct 31 '23 00:10 wjian23