List of Events Defined in Eve
Keyboard Events
E_KEYDOWN Key
Key pressed event.
E_KEYDOWN EK_w -- `w` pressed event.
E_KEYUP Key
Key released event.
E_KEYUP EK_w -- `w` released event.
Mouse events
E_MOUSEMOTION (Int, Int)
Moving mouse and its position.
E_MOUSEMOTION (x, y) -- mouse is moving, and its position.
E_MOUSEWHEEL (Int, Int)
Mouse wheel event and its position.
Note
Support wheel directions in the future.