I've been learning some c++ and I've spent the weekend hacking away playing with online sdl tutorials and the touch_orbiter_1.0 in svn and I have managed to create a touch orbiter that is working well for me using sdl.
What I would like to do now is add configuration setup like the padorbiter has. Based on what I've tracked down it looks like there is a 'createorbiter' DCE command that padorbiter uses to create the device on the core.
1) I'm assuming a new DCE command is necessary to create the proxy_orbiter (and associated orbiter) instead... at least that's what I think from what I see.
2) It seems to me that if a new DCE command is required to create the proxy_orbiter then any device using touch_orbiter could utilize the same command for the proxy_orbiter creation and setup. Anyone care to comment on whether I am right or wrong here?
Has anyone looked at this yet or begun any work towards this in any of the touch orbiter platforms?
J.