diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-23 17:11:59 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-23 17:11:59 -0400 |
| commit | b359f995f5b1079ad382cf073b0359b6dbfee79e (patch) | |
| tree | b95fbd6ef86d2d9720f290303564986f19af3d8c /events_windows.go | |
| parent | 582e3b4644c25c273e790bc646fd5a28c3a9a85c (diff) | |
Added click counter reset on window activate/deactivate for Windows Areas.
Diffstat (limited to 'events_windows.go')
| -rw-r--r-- | events_windows.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/events_windows.go b/events_windows.go index de3664c..9f47b26 100644 --- a/events_windows.go +++ b/events_windows.go @@ -203,6 +203,9 @@ const ( // Window keyboard event messages and related constants. const ( + // filed under keyboard events by MSDN + _WM_ACTIVATE = 0x0006 + // from winuser.h _WM_KEYDOWN = 0x0100 _WM_KEYUP = 0x0101 |
