Search found 2 matches

by orz
Sat Mar 22, 2008 8:00 pm
Forum: SymbianOS Port
Topic: The Secret of Monkey Island - n82
Replies: 6
Views: 8057

Yeah, the 0+2 combo seems the logical step. However, when the phone decides to switch to landscape mode, scummvm doesn't realize it has a wider screen available, so it clips the display to the previous screen width (now the screen height). This is done regardless of the orientaion chosen with he 0+2...
by orz
Fri Mar 21, 2008 4:52 pm
Forum: SymbianOS Port
Topic: The Secret of Monkey Island - n82
Replies: 6
Views: 8057

The N82 has an accelerometer and automagically reorients the screen to match the orientation of the phone. I'm not sure about what events are sent when this reorientation is done, but I reckon listening for resize events should be enough. I haven't done any Symbian development, so I don't know what ...