- Added arrow keys emulation
- Ajust mouse simulation so that there is no more hang while moving it svn-id: r22938
This commit is contained in:
parent
61737da115
commit
f54bf6759f
10 changed files with 77 additions and 35 deletions
|
@ -437,6 +437,7 @@ Boolean StartScummVM() {
|
|||
gVars->stylusClick = gPrefs->stylusClick;
|
||||
gVars->autoSave = (gPrefs->autoSave ? gPrefs->autoSavePeriod : -1);
|
||||
gVars->advancedMode = gPrefs->advancedMode;
|
||||
gVars->arrowKeys = gPrefs->arrowKeys;
|
||||
|
||||
// user params
|
||||
HWR_RSTALL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue