Add moved events for win32
This commit is contained in:
parent
1e615b59a6
commit
6133e17b9a
3 changed files with 12 additions and 0 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue