- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded 256 value
commit97d848aa1980e51e55d78f8b4b89f61f7d3fb60c
authorRaphael Junqueira <fenix@club-internet.fr>
Thu, 24 Mar 2005 15:08:27 +0000 (24 15:08 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Mar 2005 15:08:27 +0000 (24 15:08 +0000)
tree42279611f424437bfe52c91f742c465d4acf1b38
parent10a605b072d841f3d619078882b7e94e0f6e65ff
- use WINE_DINPUT_KEYBOARD_MAX_KEYS instead hard-coded 256 value
- better use of critical section
- some cleanup to better understand code paths
- logic correction on SetWindowsHookExA/UnhookWindowsHookEx on
  keyboard.
dlls/dinput/keyboard.c
dlls/dinput/mouse.c