mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Hide ModifiersChanged
from the docs. (#1152)
We wouldn't want users stumbling on it until all platforms implement it.
This commit is contained in:
parent
206c3c246c
commit
3273c14dea
|
@ -134,6 +134,7 @@ pub enum WindowEvent {
|
|||
},
|
||||
|
||||
/// Keyboard modifiers have changed
|
||||
#[doc(hidden)]
|
||||
ModifiersChanged { modifiers: ModifiersState },
|
||||
|
||||
/// The cursor has moved on the window.
|
||||
|
|
Loading…
Reference in a new issue