Steering wheel and brake pedal

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
rlwoodjr
Posts: 7
Joined: Sat Sep 30, 2006 2:07 am

Steering wheel and brake pedal

Post by rlwoodjr »

Hello,
I am new to C++,I have programmed in Fortran and Visual basic ,but I am trying to make a game that can use a brake pedal and steering wheel.

Is there any code samples that I can review?
kallaspriit
Posts: 27
Joined: Thu Sep 15, 2005 3:22 pm

Post by kallaspriit »

I had the same problem recently and I found an open source game, that used joystick to simulate a space-ship. I removed all the excessive code and made some adjustments to the code to fit my needs. Anyway the program does nothing else but displays the first joysticks X and Y in the titlebar but it is easy to edit to fit your needs. Hope it helps :)

Download | 2,89MB
rlwoodjr
Posts: 7
Joined: Sat Sep 30, 2006 2:07 am

Post by rlwoodjr »

Thanks I will give it a try!
Post Reply