mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Add support for Caret (^) Key in OSX (de_DE) (#380)
* Add caret key * Use hex value * Added caret key support.
This commit is contained in:
committed by
Pierre Krieger
parent
7e1c70964d
commit
1609808e27
@@ -2,6 +2,7 @@
|
||||
|
||||
- Added method `os::macos::WindowBuilderExt::with_movable_by_window_background(bool)` that allows to move a window without a titlebar - `with_decorations(false)`
|
||||
- Implement `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Wayland.
|
||||
- Added `Caret` as VirtualKeyCode and support OSX ^-Key with german input.
|
||||
|
||||
# Version 0.10.0 (2017-12-27)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user