Page 1 of 1

Steering wheel and brake pedal

Posted: Sat Sep 30, 2006 2:12 am
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?

Posted: Sat Sep 30, 2006 8:09 am
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

Posted: Sun Oct 01, 2006 1:03 am
by rlwoodjr
Thanks I will give it a try!