Advertisement

steering wheel

Started by January 23, 2004 04:11 PM
1 comment, last by crazedazn203 21 years, 1 month ago
how do i set up my program so that i can use a steering wheel? or do i have to use like direct input
To my knowledge you will have to use direct input as opengl is only for graphics and simple inputs with the keyboard and mouse.

Advertisement
quote:
Original post by Ructions
To my knowledge you will have to use direct input as opengl is only for graphics and simple inputs with the keyboard and mouse.




OpenGl doesn''t do any input. Input is done though stuff like: windows api, sdl, directinput.

But I think direct input is your best bet.

This topic is closed to new replies.

Advertisement