[Bug 32365] raw input: WinUAE does not detect presses of Pause key

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 22 07:45:25 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=32365

--- Comment #7 from Mark K <markk at clara.co.uk> ---
WinUAE has keyboard logging which you can enable by running it with -log
-inputlog 1 arguments.

Doing that, on Windows 10 there is this output when pressing Pause with
emulation running:
HANDLE=1003d CODE=1d Flags=4 VK=13 MSG=100 EXTRA=0 SC=1d
HANDLE=1003d CODE=45 Flags=0 VK=ff MSG=100 EXTRA=0 SC=45
HANDLE=1003d CODE=1d Flags=5 VK=13 MSG=101 EXTRA=0 SC=1d
HANDLE=1003d CODE=45 Flags=1 VK=ff MSG=101 EXTRA=0 SC=45

However under Wine, this is the output when pressing Pause:
HANDLE=2 CODE=45 Flags=0 VK=13 MSG=100 EXTRA=0 SC=45
HANDLE=2 CODE=45 Flags=1 VK=13 MSG=101 EXTRA=0 SC=45

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list