summaryrefslogtreecommitdiff
path: root/zconstants_windows_386.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-07 00:46:47 -0400
committerPietro Gagliardi <[email protected]>2014-06-07 00:46:47 -0400
commitdcefa88a048339f7311c3e2ce98217013117c739 (patch)
tree279e5dcc3465ed8783bf14e9340aab8b2ef1f01f /zconstants_windows_386.go
parent345e497611c1d8a829cfeadc1e1a2190ccc21953 (diff)
Fixed incorrect numpad handling on Windows Areas.
Diffstat (limited to 'zconstants_windows_386.go')
-rw-r--r--zconstants_windows_386.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go
index 304b175..69c9071 100644
--- a/zconstants_windows_386.go
+++ b/zconstants_windows_386.go
@@ -90,6 +90,7 @@ const _SW_SHOW = 5
const _SW_SHOWDEFAULT = 10
const _TRUE = 1
const _VK_ADD = 107
+const _VK_CLEAR = 12
const _VK_CONTROL = 17
const _VK_DELETE = 46
const _VK_DIVIDE = 111