Update windows set_cursor to use more variants of MouseCursor (#407)

* Update windows set_cursor to use more variants of MouseCursor

* Add changelog entry
This commit is contained in:
Osspial 2018-04-13 13:53:01 -04:00 committed by Francesca Frangipane
parent c327960f3e
commit 24333b806a
2 changed files with 11 additions and 5 deletions

View file

@ -7,6 +7,7 @@
- Implement `WindowEvent::HiDPIFactorChanged` for macOS
- On X11, input methods now work completely out of the box, no longer requiring application developers to manually call `setlocale`. Additionally, when input methods are started, stopped, or restarted on the server end, it's correctly handled.
- Implemented `Refresh` event on Windows.
- Map more `MouseCursor` variants to cursor icons on Windows.
# Version 0.12.0 (2018-04-06)