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
84153c09
Commit
84153c09
authored
Sep 01, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Sep 01, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Run tests again on Win95.
parent
a30778b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
input.c
dlls/user32/tests/input.c
+4
-4
No files found.
dlls/user32/tests/input.c
View file @
84153c09
...
...
@@ -970,7 +970,7 @@ static void test_unicode_keys(HWND hwnd, HHOOK hook)
inputs
[
0
].
u
.
ki
.
dwFlags
=
KEYEVENTF_UNICODE
;
reset_key_status
();
SendInput
(
1
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
p
SendInput
(
1
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
while
(
PeekMessageW
(
&
msg
,
hwnd
,
0
,
0
,
PM_REMOVE
)){
if
(
msg
.
message
==
WM_KEYDOWN
&&
msg
.
wParam
==
VK_PACKET
){
TranslateMessage
(
&
msg
);
...
...
@@ -992,7 +992,7 @@ static void test_unicode_keys(HWND hwnd, HHOOK hook)
inputs
[
1
].
u
.
ki
.
dwFlags
=
KEYEVENTF_UNICODE
|
KEYEVENTF_KEYUP
;
reset_key_status
();
SendInput
(
1
,
(
INPUT
*
)(
inputs
+
1
),
sizeof
(
INPUT
));
p
SendInput
(
1
,
(
INPUT
*
)(
inputs
+
1
),
sizeof
(
INPUT
));
while
(
PeekMessageW
(
&
msg
,
hwnd
,
0
,
0
,
PM_REMOVE
)){
if
(
msg
.
message
==
WM_KEYDOWN
&&
msg
.
wParam
==
VK_PACKET
){
TranslateMessage
(
&
msg
);
...
...
@@ -1018,7 +1018,7 @@ static void test_unicode_keys(HWND hwnd, HHOOK hook)
reset_key_status
();
key_status
.
expect_alt
=
TRUE
;
SendInput
(
2
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
p
SendInput
(
2
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
while
(
PeekMessageW
(
&
msg
,
hwnd
,
0
,
0
,
PM_REMOVE
)){
if
(
msg
.
message
==
WM_SYSKEYDOWN
&&
msg
.
wParam
==
VK_PACKET
){
TranslateMessage
(
&
msg
);
...
...
@@ -1045,7 +1045,7 @@ static void test_unicode_keys(HWND hwnd, HHOOK hook)
reset_key_status
();
key_status
.
expect_alt
=
TRUE
;
SendInput
(
2
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
p
SendInput
(
2
,
(
INPUT
*
)
inputs
,
sizeof
(
INPUT
));
while
(
PeekMessageW
(
&
msg
,
hwnd
,
0
,
0
,
PM_REMOVE
)){
if
(
msg
.
message
==
WM_SYSKEYDOWN
&&
msg
.
wParam
==
VK_PACKET
){
TranslateMessage
(
&
msg
);
...
...
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