AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
761 stars 245 forks source link

Add WM_MOUSEHWHEEL #61

Closed sqweek closed 7 years ago

sqweek commented 7 years ago

Adds constant for WM_MOUSEWHEEL (0x020E = 526)

https://msdn.microsoft.com/en-us/library/ms645614(VS.85).aspx

Also bumped WM_MOUSELAST up and moved the WM_MOUSEFIRST definition so that the actual messages are in ascending order.