mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Fix bad events
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
|
||||
#[deriving(Clone,Show)]
|
||||
pub enum Event {
|
||||
/// The position of the window has changed.
|
||||
PositionChanged(uint, uint),
|
||||
|
||||
/// The size of the window has changed.
|
||||
SizeChanged(uint, uint),
|
||||
Resized(uint, uint),
|
||||
|
||||
/// The position of the window has changed.
|
||||
Moved(int, int),
|
||||
|
||||
Reference in New Issue
Block a user