steering wheel
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.
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement