aboutsummaryrefslogtreecommitdiffstats
path: root/src/events.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/events.rs')
-rw-r--r--src/events.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/events.rs b/src/events.rs
index f42d8aa..332867a 100644
--- a/src/events.rs
+++ b/src/events.rs
@@ -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,