mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 02:16:33 +11:00
Remove Iconified and NeedRefresh events
This commit is contained in:
parent
2aeec39156
commit
d08c94daac
1 changed files with 0 additions and 8 deletions
|
@ -23,14 +23,6 @@ pub enum Event {
|
|||
/// The parameter is true if the window has gained focus, and false if it has lost focus.
|
||||
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.
|
||||
Pressed(Element),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue