RibirX/Ribir

split dependence of winit's WindowEvent from ribir_core

wjian23 opened this issue · 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
    • WindowEvent::KeyboardInput
    • WindowEvent::Ime
    • WindowEvent::ModifiersChanged
    • WindowEvent::CursorMoved
    • WindowEvent::CursorLeft
    • WindowEvent::MouseInput
    • WindowEvent::MouseWheel