mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 11:27:44 +00:00
Fullfill feature request #1410574: "GOB: Changing characters". Thanks to wjp.
svn-id: r20339
This commit is contained in:
parent
da9b8d71ae
commit
80892282fe
@ -79,6 +79,7 @@ int16 Util::translateKey(int16 key) {
|
||||
int16 to;
|
||||
} keys[] = {
|
||||
{8, 0x0e08}, // Backspace
|
||||
{32, 0x3920}, // Space
|
||||
{13, 0x1C0D}, // Enter
|
||||
{27, 0x011b}, // ESC
|
||||
{127, 0x5300}, // Del
|
||||
|
Loading…
x
Reference in New Issue
Block a user