mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Remove FramebufferSizeChanged event
This commit is contained in:
@@ -31,9 +31,6 @@ pub enum Event {
|
||||
/// The system asked that the content of this window must be redrawn.
|
||||
NeedRefresh,
|
||||
|
||||
/// The size of the framebuffer of the window has changed.
|
||||
FramebufferSizeChanged(uint, uint),
|
||||
|
||||
/// An element has been pressed.
|
||||
Pressed(Element),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user