Is it possible to emulate steering wheel? I mean say to windows like I'm pressing 30% of left button? Or do I need to write some driver which will communicate with my application? So that windows will think that it is a real device.
If I need driver, then what commands I need to send to windows to do right things, maybe I can send them directly from my application.
I have small experience writing application which communicate with card reader using virtual com port, but there was real device :/
Maybe I can use some real steering wheel driver, install it in windows and then send command to some com port to make windows think that it's real device?
Please help, or at least show direction where I can find some information.