Implement get_position for win32 and fix interface
This commit is contained in:
parent
14a697b272
commit
1f0999e6a0
5 changed files with 31 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue