summaryrefslogtreecommitdiff
path: root/events_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'events_windows.go')
-rw-r--r--events_windows.go3
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