Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
bb2d8577
Commit
bb2d8577
authored
Oct 15, 2008
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 16, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput: Remove superfluous backslashes at end of lines.
parent
8ca3e387
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
keyboard.c
dlls/dinput/keyboard.c
+7
-7
No files found.
dlls/dinput/keyboard.c
View file @
bb2d8577
...
...
@@ -53,13 +53,13 @@ struct SysKeyboardImpl
static
BYTE
map_dik_code
(
DWORD
scanCode
,
DWORD
vkCode
)
{
static
const
BYTE
asciiCodes
[]
=
{
/*32*/
DIK_SPACE
,
0
,
0
,
0
,
0
,
0
,
0
,
DIK_APOSTROPHE
,
\
/*40*/
0
,
0
,
0
,
0
,
DIK_COMMA
,
DIK_MINUS
,
DIK_PERIOD
,
DIK_SLASH
,
\
/*48*/
DIK_0
,
DIK_1
,
DIK_2
,
DIK_3
,
DIK_4
,
DIK_5
,
DIK_6
,
DIK_7
,
\
/*56*/
DIK_8
,
DIK_9
,
DIK_COLON
,
DIK_SEMICOLON
,
0
,
DIK_EQUALS
,
0
,
0
,
\
/*64*/
DIK_AT
,
DIK_A
,
DIK_B
,
DIK_C
,
DIK_D
,
DIK_E
,
DIK_F
,
DIK_G
,
\
/*72*/
DIK_H
,
DIK_I
,
DIK_J
,
DIK_K
,
DIK_L
,
DIK_M
,
DIK_N
,
DIK_O
,
\
/*80*/
DIK_P
,
DIK_Q
,
DIK_R
,
DIK_S
,
DIK_T
,
DIK_U
,
DIK_V
,
DIK_W
,
\
{
/*32*/
DIK_SPACE
,
0
,
0
,
0
,
0
,
0
,
0
,
DIK_APOSTROPHE
,
/*40*/
0
,
0
,
0
,
0
,
DIK_COMMA
,
DIK_MINUS
,
DIK_PERIOD
,
DIK_SLASH
,
/*48*/
DIK_0
,
DIK_1
,
DIK_2
,
DIK_3
,
DIK_4
,
DIK_5
,
DIK_6
,
DIK_7
,
/*56*/
DIK_8
,
DIK_9
,
DIK_COLON
,
DIK_SEMICOLON
,
0
,
DIK_EQUALS
,
0
,
0
,
/*64*/
DIK_AT
,
DIK_A
,
DIK_B
,
DIK_C
,
DIK_D
,
DIK_E
,
DIK_F
,
DIK_G
,
/*72*/
DIK_H
,
DIK_I
,
DIK_J
,
DIK_K
,
DIK_L
,
DIK_M
,
DIK_N
,
DIK_O
,
/*80*/
DIK_P
,
DIK_Q
,
DIK_R
,
DIK_S
,
DIK_T
,
DIK_U
,
DIK_V
,
DIK_W
,
/*88*/
DIK_X
,
DIK_Y
,
DIK_Z
,
DIK_LBRACKET
,
0
,
DIK_RBRACKET
,
DIK_CIRCUMFLEX
,
DIK_UNDERLINE
}
/*95*/
;
BYTE
out_code
=
0
;
...
...
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