mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
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:
committed by
Francesca Frangipane
parent
c327960f3e
commit
24333b806a
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user