randomPoison / gunship-rs

An experimental game engine written in Rust.
MIT License
27 stars 3 forks source link

No Mouse Button Input On Windows #51

Closed randomPoison closed 8 years ago

randomPoison commented 8 years ago

Mouse movement is still being detected as normal, and it looks like mouse scroll messages are being received, however mouse button presses aren't being detected at all it seems. It looks like even in the raw input handler isn't receiving button press messages. The issue is either an API change in winapi-rs or something got accidentally changed at some point in bootstrap-rs.