minifb 0.3.1

Cross-platform window setup for bitmap rendering
Documentation
# Changelog

This project follows semantic versioning.

### v0.3.1 (2016-01-29)

- [fixed] get_mouse_pos(MouseMode::Clamp) now is in the region [(0, 0) - (width - 1, height - 1)] instead of (width, height)

### v0.3.0 (2016-01-29)

- [added] get_mouse_pos 
- [added] get_mouse_down 
- [added] get_scroll_wheel

This relase adds support for mouse input. See the documentation and the examples for usage