scummvm/engines/dreamweb
Thierry Crozat 674c625209 DREAMWEB: Fix key handling for non-QWERTY layouts
This fixes bug #3590814.
The case for KP0-KP9 can probably be removed as it should be
handled by the case above. But I don't have a keyboard with
keypad to test. So I am leaving it for now.
2012-12-02 14:41:17 +00:00
..
backdrop.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
console.cpp
console.h
detection_tables.h DREAMWEB: Marked Dreamweb as stable 2012-07-18 00:49:28 +10:00
detection.cpp DREAMWEB: Slight cleanup in querySaveMetaInfos. 2012-07-03 18:39:50 +02:00
dreamweb.cpp DREAMWEB: Fix key handling for non-QWERTY layouts 2012-12-02 14:41:17 +00:00
dreamweb.h DREAMWEB: Fix usage of defines, rather than values for screen size. 2012-11-30 08:49:23 +00:00
keypad.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
module.mk DREAMWEB: Move all of the mouse cursor related code into a separate file 2012-04-22 16:06:25 +03:00
monitor.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
mouse.cpp DREAMWEB: Slight cleanup 2012-04-22 16:32:52 +03:00
newplace.cpp DREAMWEB: Objectify Sound functions & data into DreamWebSound class. 2012-05-31 05:16:10 +01:00
object.cpp DREAMWEB: Add some debugging output to emergencyPurge 2012-11-30 23:22:51 +01:00
pathfind.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
people.cpp DREAMWEB: Simplify _lastHardKey usage and migrate to Common::KeyCode. 2012-11-29 01:39:08 +00:00
print.cpp DREAMWEB: Simplify _lastHardKey usage and migrate to Common::KeyCode. 2012-11-29 01:39:08 +00:00
rain.cpp DREAMWEB: Further migration to screen size constants. 2012-11-30 10:49:25 +00:00
saveload.cpp DREAMWEB: Check for exFrame data corruption on load 2012-12-01 12:40:24 +01:00
sound.cpp DREAMWEB: Modify Sound code to better match original behaviour. 2012-06-05 01:00:01 +01:00
sound.h DREAMWEB: Modify Sound code to better match original behaviour. 2012-06-05 01:00:01 +01:00
sprite.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
structs.h
stubs.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
talk.cpp DREAMWEB: Remove irrelevant additions in SFX id 62 usage. 2012-05-31 05:39:08 +01:00
titles.cpp DREAMWEB: Correction of minor conversion mistake. 2012-11-29 03:26:37 +00:00
use.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
vgafades.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00
vgagrafx.cpp DREAMWEB: Change various loop variables to uint, rather than size_t. 2012-11-30 12:08:55 +00:00