mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Add moved events for win32
This commit is contained in:
@@ -7,6 +7,9 @@ pub enum Event {
|
||||
/// The size of the window has changed.
|
||||
SizeChanged(uint, uint),
|
||||
|
||||
/// The position of the window has changed.
|
||||
Moved(uint, uint),
|
||||
|
||||
/// The window has been closed.
|
||||
Closed,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user