Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
authorDavid Faure <faure@kde.org>
Sun, 11 Oct 1998 12:35:38 +0000 (12:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 11 Oct 1998 12:35:38 +0000 (12:35 +0000)
commita0815f302751b193bd41e4c954e3d578609f40c4
treedb8e6dbc02e81199de989f1ab31171c7b6f9c622
parent5ce602aeb095e3ee4cde705d4ba69cb18d56837c
Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
activated. Uses the new KEYBOARD_UpdateOneState.
Fixed a problem with menu accelerators (Alt-letter generates a down
arrow event which beeps if not filtered).
Speeded up ToAscii16/32() a little bit.
include/keyboard.h
windows/event.c
windows/keyboard.c