From 6133e17b9a77d21a33f4dc30c3409aa19129cd08 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sun, 27 Jul 2014 20:08:31 +0200 Subject: Add moved events for win32 --- src/win32/ffi.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/win32/ffi.rs') diff --git a/src/win32/ffi.rs b/src/win32/ffi.rs index 96f09d4..8ff7c43 100644 --- a/src/win32/ffi.rs +++ b/src/win32/ffi.rs @@ -309,6 +309,7 @@ pub static WM_KILLFOCUS: UINT = 0x0008; pub static WM_MBUTTONDOWN: UINT = 0x0207; pub static WM_MBUTTONUP: UINT = 0x0208; pub static WM_MOUSEMOVE: UINT = 0x0200; +pub static WM_MOVE: UINT = 0x0003; pub static WM_PAINT: UINT = 0x000F; pub static WM_RBUTTONDOWN: UINT = 0x0204; pub static WM_RBUTTONUP: UINT = 0x0205; -- cgit v1.2.3