Hi I’m new to Xith.
is there a easy way to move the mouse?
I just find the way like this:
Robot mouseRobot = new Robot();
mouseRobot.mouseMove(200, 200);
but this is AWT specific!
Hi, clemix and first of all welcome to Xith3D Boards !
You’re correct, Robot is AWT-specific but I don’t think it’s really a problem (even if you use LWJGL). Robot is used with Xith3D, e.g. in the Quake 3 Demo.
I think, you can use Robot without problems,
Amos
PS: What do you plan to achieve with Xith3D? Have you a particular game project? (I’m always interested in on-going game projects)…
Thx,
I thing i have to get a deeper look in the Quake 3 Demo because we wonne create some kind of Firstperson shooter. 8)
The main goals are funny, fast and free !
Cool!
Then :
- You can find the Quake 3 Demo in org.xith3d.test.loaders.BSPLoaderTest
- Take a look at the EgoInputAdapter class (it allow you to have a FPS-Like camera movement, thanks Marvin)
- Do you have some artists ? Do you speak some french ?