mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
Implement get_position for win32 and fix interface
This commit is contained in:
@@ -8,7 +8,7 @@ pub enum Event {
|
||||
SizeChanged(uint, uint),
|
||||
|
||||
/// The position of the window has changed.
|
||||
Moved(uint, uint),
|
||||
Moved(int, int),
|
||||
|
||||
/// The window has been closed.
|
||||
Closed,
|
||||
|
||||
Reference in New Issue
Block a user