I guess this is as good as any. I think getting the mouse support in for shadow warrior, duke, wolf3d etc would be really really great And mind you the BT keyboard would be great too.
I have another curiosity question. I have never programmed for Symbian or SDL so I may be off base. Would it be possible to create a resident program that just translates the mouse data from Hinkka's code to SDL readable events? I would think this way any SDL port you do which supports mouse/cursor events would automatically be able to use it. I know I am probably over simplifying this and maybe the SDL mouse support is not as simple as just turning it on.
Again, I ask this only for my own knowledge. I've been programming in C for years and have been thinking about trying to start something in Symbian.
Well yes, just like magickeys grabs keys or the wii remoteless controller app translates to keypresses.
But as for mouse events, the apps built in don't have any support for a mouse or its events and its the same for older versions of SDL, where I did not have any touch support or events built into SDL anyhow (for s60v3 devices)
For keyboard you can always use the nokia BT driver for those, but not for mouse.
So you need a) app with mouse support built into the integration b) something generating the events, regardless of its a directdriver or a driver simulating symbian events.
Here is latest svn builds.
Contains support for all latest engine, inkluding m4, mohawk etc. Requires 128mb device to run (p1i, G900, G700 Z8 for UIQ) and well. newer S60v3/v5 device.
And yes it starts. At least on S60v3. I dont have a 128 mb UIQ since those where stolen a while back.
Excellent. works on 5800. Tried playing a SCI game (King's quest 6), and it actually works without some bugs i found in the pc version (like no character scaling), which was awesome. however, the music stuttered every time there's a tiny movement on screen. Either way, loved the progress.
Mataku wrote:Excellent. works on 5800. Tried playing a SCI game (King's quest 6), and it actually works without some bugs i found in the pc version (like no character scaling), which was awesome. however, the music stuttered every time there's a tiny movement on screen. Either way, loved the progress.
Character scaling in SCI1.1 games has been introduced some days ago, try a newer build