mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 14:50:04 -04:00
Remove Iconified and NeedRefresh events
This commit is contained in:
@@ -23,14 +23,6 @@ pub enum Event {
|
|||||||
/// The parameter is true if the window has gained focus, and false if it has lost focus.
|
/// The parameter is true if the window has gained focus, and false if it has lost focus.
|
||||||
Focused(bool),
|
Focused(bool),
|
||||||
|
|
||||||
/// The window has been turned into an icon or restored.
|
|
||||||
///
|
|
||||||
/// The parameter is true if the window has been iconified, and false if it has been restored.
|
|
||||||
Iconified(bool),
|
|
||||||
|
|
||||||
/// The system asked that the content of this window must be redrawn.
|
|
||||||
NeedRefresh,
|
|
||||||
|
|
||||||
/// An element has been pressed.
|
/// An element has been pressed.
|
||||||
Pressed(Element),
|
Pressed(Element),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user