Hide ModifiersChanged from the docs. (#1152)

We wouldn't want users stumbling on it until all platforms implement it.
This commit is contained in:
Hal Gentz
2019-09-08 12:57:43 -07:00
committed by GitHub
parent 206c3c246c
commit 3273c14dea

View File

@@ -134,6 +134,7 @@ pub enum WindowEvent {
},
/// Keyboard modifiers have changed
#[doc(hidden)]
ModifiersChanged { modifiers: ModifiersState },
/// The cursor has moved on the window.