hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

Track more inputs in KeyboardAndMouse #67

Closed DarkDrek closed 5 years ago

DarkDrek commented 5 years ago

Implementation for #64

Now KeyboardAndMouse can

I decided against keeping the old interface so this is a breaking change. Is it correct / convenient to track the mouse wheel movements as a point?