Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
9cbfd2c9
Commit
9cbfd2c9
authored
May 06, 2019
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing navigation and gamepad key definitions in winuser.rh.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e54224e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
3 deletions
+36
-3
winuser.rh
include/winuser.rh
+36
-3
No files found.
include/winuser.rh
View file @
9cbfd2c9
...
@@ -93,6 +93,7 @@
...
@@ -93,6 +93,7 @@
#define VK_KANA 0x15
#define VK_KANA 0x15
#define VK_HANGEUL VK_KANA
#define VK_HANGEUL VK_KANA
#define VK_HANGUL VK_KANA
#define VK_HANGUL VK_KANA
/* 0x16 Undefined */
#define VK_JUNJA 0x17
#define VK_JUNJA 0x17
#define VK_FINAL 0x18
#define VK_FINAL 0x18
#define VK_HANJA 0x19
#define VK_HANJA 0x19
...
@@ -170,7 +171,14 @@
...
@@ -170,7 +171,14 @@
#define VK_F22 0x85
#define VK_F22 0x85
#define VK_F23 0x86
#define VK_F23 0x86
#define VK_F24 0x87
#define VK_F24 0x87
/* 0x88-0x8F Unassigned */
#define VK_NAVIGATION_VIEW 0x88
#define VK_NAVIGATION_MENU 0x89
#define VK_NAVIGATION_UP 0x8A
#define VK_NAVIGATION_DOWN 0x8B
#define VK_NAVIGATION_LEFT 0x8C
#define VK_NAVIGATION_RIGHT 0x8D
#define VK_NAVIGATION_ACCEPT 0x8E
#define VK_NAVIGATION_CANCEL 0x8F
#define VK_NUMLOCK 0x90
#define VK_NUMLOCK 0x90
#define VK_SCROLL 0x91
#define VK_SCROLL 0x91
#define VK_OEM_NEC_EQUAL 0x92
#define VK_OEM_NEC_EQUAL 0x92
...
@@ -218,7 +226,31 @@
...
@@ -218,7 +226,31 @@
#define VK_OEM_PERIOD 0xBE
#define VK_OEM_PERIOD 0xBE
#define VK_OEM_2 0xBF
#define VK_OEM_2 0xBF
#define VK_OEM_3 0xC0
#define VK_OEM_3 0xC0
/* 0xC1-0xDA Unassigned */
/* 0xC1-0xC2 Unassigned */
#define VK_GAMEPAD_A 0xC3
#define VK_GAMEPAD_B 0xC4
#define VK_GAMEPAD_X 0xC5
#define VK_GAMEPAD_Y 0xC6
#define VK_GAMEPAD_RIGHT_SHOULDER 0xC7
#define VK_GAMEPAD_LEFT_SHOULDER 0xC8
#define VK_GAMEPAD_LEFT_TRIGGER 0xC9
#define VK_GAMEPAD_RIGHT_TRIGGER 0xCA
#define VK_GAMEPAD_DPAD_UP 0xCB
#define VK_GAMEPAD_DPAD_DOWN 0xCC
#define VK_GAMEPAD_DPAD_LEFT 0xCD
#define VK_GAMEPAD_DPAD_RIGHT 0xCE
#define VK_GAMEPAD_MENU 0xCF
#define VK_GAMEPAD_VIEW 0xD0
#define VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON 0xD1
#define VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON 0xD2
#define VK_GAMEPAD_LEFT_THUMBSTICK_UP 0xD3
#define VK_GAMEPAD_LEFT_THUMBSTICK_DOWN 0xD4
#define VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT 0xD5
#define VK_GAMEPAD_LEFT_THUMBSTICK_LEFT 0xD6
#define VK_GAMEPAD_RIGHT_THUMBSTICK_UP 0xD7
#define VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN 0xD8
#define VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT 0xD9
#define VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT 0xDA
#define VK_OEM_4 0xDB
#define VK_OEM_4 0xDB
#define VK_OEM_5 0xDC
#define VK_OEM_5 0xDC
#define VK_OEM_6 0xDD
#define VK_OEM_6 0xDD
...
@@ -563,7 +595,7 @@
...
@@ -563,7 +595,7 @@
#define WM_TOUCHHITTESTING 0x024d
#define WM_TOUCHHITTESTING 0x024d
#define WM_POINTERWHEEL 0x024e
#define WM_POINTERWHEEL 0x024e
#define WM_POINTERHWHEEL 0x024f
#define WM_POINTERHWHEEL 0x024f
#define DM_POINTERHITTEST 0x0250
#define WM_POINTERROUTEDTO 0x0251
#define WM_POINTERROUTEDTO 0x0251
#define WM_POINTERROUTEDAWAY 0x0252
#define WM_POINTERROUTEDAWAY 0x0252
#define WM_POINTERROUTEDRELEASED 0x0253
#define WM_POINTERROUTEDRELEASED 0x0253
...
@@ -812,6 +844,7 @@
...
@@ -812,6 +844,7 @@
#define WS_EX_APPWINDOW __MSABI_LONG(0x00040000)
#define WS_EX_APPWINDOW __MSABI_LONG(0x00040000)
#define WS_EX_LAYERED __MSABI_LONG(0x00080000)
#define WS_EX_LAYERED __MSABI_LONG(0x00080000)
#define WS_EX_NOINHERITLAYOUT __MSABI_LONG(0x00100000)
#define WS_EX_NOINHERITLAYOUT __MSABI_LONG(0x00100000)
#define WS_EX_NOREDIRECTIONBITMAP __MSABI_LONG(0x00200000)
#define WS_EX_LAYOUTRTL __MSABI_LONG(0x00400000)
#define WS_EX_LAYOUTRTL __MSABI_LONG(0x00400000)
#define WS_EX_COMPOSITED __MSABI_LONG(0x02000000)
#define WS_EX_COMPOSITED __MSABI_LONG(0x02000000)
#define WS_EX_NOACTIVATE __MSABI_LONG(0x08000000)
#define WS_EX_NOACTIVATE __MSABI_LONG(0x08000000)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment