summaryrefslogtreecommitdiff
path: root/zconstants_windows_amd64.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-29 12:17:02 -0400
committerPietro Gagliardi <[email protected]>2014-05-29 12:17:02 -0400
commit055cd36b20d9ab9d002e867bf31f0a64782c3789 (patch)
treef828b0ca564975b841ff950eefe48e9ef8282fc7 /zconstants_windows_amd64.go
parent20a7e4fb62a39d4e9d251dd7b6bc283fe2c061f8 (diff)
Added the new Modifiers handling to the Windows backend.
Diffstat (limited to 'zconstants_windows_amd64.go')
-rw-r--r--zconstants_windows_amd64.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go
index f1b0060..0274d3a 100644
--- a/zconstants_windows_amd64.go
+++ b/zconstants_windows_amd64.go
@@ -105,14 +105,20 @@ const _VK_F8 = 119
const _VK_F9 = 120
const _VK_HOME = 36
const _VK_INSERT = 45
+const _VK_LCONTROL = 162
const _VK_LEFT = 37
+const _VK_LMENU = 164
+const _VK_LSHIFT = 160
const _VK_LWIN = 91
const _VK_MENU = 18
const _VK_MULTIPLY = 106
const _VK_NEXT = 34
const _VK_PRIOR = 33
+const _VK_RCONTROL = 163
const _VK_RETURN = 13
const _VK_RIGHT = 39
+const _VK_RMENU = 165
+const _VK_RSHIFT = 161
const _VK_RWIN = 92
const _VK_SHIFT = 16
const _VK_SUBTRACT = 109