mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-13 04:21:31 +11:00
Made CHANGELOG look a bit better
This commit is contained in:
parent
9458a1b05e
commit
1eb052fa27
|
@ -4,12 +4,12 @@ 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)
|
||||
- [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
|
||||
- [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
|
||||
|
|
Loading…
Reference in a new issue