emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.01k stars 97 forks source link

Windows: Fix mouse positions not honoring MouseMode #223

Closed sndels closed 3 years ago

sndels commented 3 years ago

Mouse positions went past the right side and bottom of the window even with discard and clamp mouse modes. This fixed things with the mouse example and seems to match what other backends do.

On a side note, the TODO-comments look stale as I didn't see any odd behavior with resizing after the fix.

emoon commented 3 years ago

Thanks!