mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 07:10:05 -04: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:
@@ -134,6 +134,7 @@ pub enum WindowEvent {
|
|||||||
},
|
},
|
||||||
|
|
||||||
/// Keyboard modifiers have changed
|
/// Keyboard modifiers have changed
|
||||||
|
#[doc(hidden)]
|
||||||
ModifiersChanged { modifiers: ModifiersState },
|
ModifiersChanged { modifiers: ModifiersState },
|
||||||
|
|
||||||
/// The cursor has moved on the window.
|
/// The cursor has moved on the window.
|
||||||
|
|||||||
Reference in New Issue
Block a user