hecrj / coffee

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

Improve `KeyboardAndMouse` input handler #64

Closed hecrj closed 5 years ago

hecrj commented 5 years ago

The current KeyboardAndMouse implementation is quite bare-bones. We should be able to track a lot more! For instance:

hecrj commented 5 years ago

Fixed by #67.