mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Add more key mappings
This commit is contained in:
parent
e925093323
commit
aa1ca0e884
1 changed files with 3 additions and 0 deletions
|
|
@ -337,6 +337,8 @@ static int MapScanCode(TInt aScanCode, TInt aModifiers) {
|
|||
case 'Z':
|
||||
case '1':
|
||||
case EStdKeyDevice3:
|
||||
case EStdKeyEnter:
|
||||
case EStdKeyNkpEnter:
|
||||
return JOY_B;
|
||||
case 'x':
|
||||
case 'X':
|
||||
|
|
@ -349,6 +351,7 @@ static int MapScanCode(TInt aScanCode, TInt aModifiers) {
|
|||
case 's':
|
||||
case 'S':
|
||||
case '3':
|
||||
case EStdKeyBackspace:
|
||||
return JOY_Y;
|
||||
|
||||
case '5':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue