The question would be: What?Chaos ZERO wrote:Maybe we should try something with RegeditSTG?

Moderator: ScummVM Team
If you have Sam & Max, try it. Key bindings menu will appear almost for sure (it will only appear the first time you run it!).Tom0815 wrote:This version for PocketPC2002 works quite good on my Smartphone 2003 device. http://prdownloads.sourceforge.net/scum ... p?download
But i cant change the key bindings.
Code: Select all
[smartphone]
action_mapping=0111 0112 0114 0113 011a 011b 0030 001b 0039 0000
action_mapping_version=4
I have tried this on my SPV C550, to absolutly no avail.knakos wrote:Hey guys,
Here's a suggestion.
Code: Select all
[smartphone]
action_mapping=0111 0112 0114 0113 011a 011b 0030 001b 0039 0000
action_mapping_version=4
Code: Select all
[smartphone]
action_mapping=0111 0112 0114 0113 011a 011b 0030 001b 0039 0000
action_mapping_version=4
repeatTrigger=200
repeatX=4
repeatY=4
stepX1=2
stepX2=10
stepX3=40
stepY1=2
stepY2=10
stepY3=20
[scummvm]
versioninfo=0.8.0
Its running Windows Mobile 2003 SE, and the screen resolution is (apparnetly) 240x320knakos wrote:Hi Dave,
I just realized that the problem is not the keyboard mapping, but rather that your device (and probably evryone else's in this thread) is falsely recognized as a pocket pc instead of a smartphone. Can you please tell me the screen resolution of your phone and OS?
Kostas
Yeah, that's the problem. I can move the cursor with Pocket Controller-Professional from my computer.knakos wrote:Hi Dave,
I just realized that the problem is not the keyboard mapping, but rather that your device (and probably evryone else's in this thread) is falsely recognized as a pocket pc instead of a smartphone. Can you please tell me the screen resolution of your phone and OS?
Kostas
Code: Select all
bool CEDevice::hasSmartphoneResolution() {
--snip--
return (OSystem_WINCE3::getScreenWidth() < 240);
--snip--
}