diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-29 17:52:40 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-29 17:52:40 -0400 |
| commit | 8f4780f5d719099fa7530b3f08475a986db79cb6 (patch) | |
| tree | 10b8e6388289e8223b70f0886ee99c7342c22ace /events_windows.go | |
| parent | 942312635433c429448f33ad6f990716ff1a4145 (diff) | |
Added part of keyboard input on Windows. Need to repaint the window on event return and handle area sizes now...
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 |
