Ravicai wrote:Is there anyway to keep the cursor from changing when you click on the screen? Often times I'll click to walk somewhere and the cursor will magically change to 'look'. This is really annoying, especially if you are being chased by a spider droid
I setup a hard key to cycle the cursor actions. This works a lot better than using this erratic auto-change-tap function that comes on by itself.
In fact this is a feature
![Wink ;)](./images/smilies/icon_wink.gif)
When you double-tap the screen (and the cursor didn't move in between), it will recognize a right click, which triggers the action cursor in SCI games. So this problem shouldn't happen if you tap the screen some pixels away from the first click.
Ravicai wrote:Also, anyway to disable the screen from hiding/showing the keyboard when you double tap the corner of the screen? I also set a hardware key for this. So no need for double tap.
Yes, especially in SCI games this can be quite annoying when you try to select the menubar for example, I also experienced this myself. Sadly, currently it isn't possible to add port-specific configuration options to the game configuration screen (a problem which exists in ScummVM itself), so the only way to make this optional (and also the double-tap "feature" you experienced above) would be adding options to the configuration file (scummvm.ini), which could be only triggered by manual editing. I have this on my todo list and I think I will implement this for the next version.