Which input system

Mashew

03-07-2008 20:33:16

I have been trying to find an input system that plays nicely with Mogre but, alot of them like you have to write the whole game in that or else it will just like have to be a complete hack job. (I think I might have to do that.)

Plus, I would just like to see what others are using that they believe is nice.

The closest one I have found so far is XNA (DX10) but, Mogre and XNA have alot of the same things (Such as the Vectors.) So, then I have to go and point to the right one I want which is a bit of pain and long.

dodongoxp

03-07-2008 23:00:14

XNA is not DX10 .. it is DX 9.0 c

Marioko

03-07-2008 23:45:45

do you know about MOIS?? this is the official MOGRE input system, currently it support mouse,keyboard, and Joystyck.

Mashew

05-07-2008 19:34:16

XNA is not DX10 .. it is DX 9.0 cHm. I was told it was. I guess it isn't. Lol.

do you know about MOIS?? this is the official MOGRE input system, currently it support mouse,keyboard, and Joystyck.

I do know about MOIS but, I couldn't find where it was exactly.

Marioko

06-07-2008 13:22:37

its come with the SDK.. you can find it in bin/Xxx folders.

You only need add a reference to MOIS.dll