Implement get_position for win32 and fix interface

This commit is contained in:
Tomaka17 2014-07-27 22:46:30 +02:00
parent 14a697b272
commit 1f0999e6a0
5 changed files with 31 additions and 7 deletions

View file

@ -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,