; * src/w32fns.c (funhook): Restore mistakenly lost line.
This commit is contained in:
parent
81a7358a33
commit
99230d7080
1 changed files with 1 additions and 0 deletions
|
@ -2705,6 +2705,7 @@ funhook (int code, WPARAM w, LPARAM l)
|
||||||
inputs[1].ki.dwFlags
|
inputs[1].ki.dwFlags
|
||||||
= KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP;
|
= KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP;
|
||||||
inputs[1].ki.time = 0;
|
inputs[1].ki.time = 0;
|
||||||
|
SendInput (2, inputs, sizeof (INPUT));
|
||||||
}
|
}
|
||||||
else if (focus != NULL)
|
else if (focus != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue