diff options
Diffstat (limited to 'src/win32/ffi.rs')
| -rw-r--r-- | src/win32/ffi.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/ffi.rs b/src/win32/ffi.rs index 4480155..7f06064 100644 --- a/src/win32/ffi.rs +++ b/src/win32/ffi.rs @@ -409,6 +409,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_MOUSEWHEEL: UINT = 0x020A;  pub static WM_MOVE: UINT = 0x0003;  pub static WM_PAINT: UINT = 0x000F;  pub static WM_RBUTTONDOWN: UINT = 0x0204;  | 
