- 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:
Chris Apers 2006-06-05 19:17:30 +00:00
parent 61737da115
commit f54bf6759f
10 changed files with 77 additions and 35 deletions

View file

@ -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();