diff options
Diffstat (limited to 'events_windows.go')
| -rw-r--r-- | events_windows.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/events_windows.go b/events_windows.go index e03f095..de3664c 100644 --- a/events_windows.go +++ b/events_windows.go @@ -181,6 +181,8 @@ const ( // Window mouse event messages. const ( + _WM_MOUSEACTIVATE = 0x0021 + // from winuser.h _WM_MOUSEFIRST = 0x0200 _WM_MOUSEMOVE = 0x0200 |
