I want to move an airplane from my irrlicht program.
Does any one know how to do this ?
Any idea ?
sending command TO a joystick
Do you mean sending sending data to the hardware? Or do you mean simulating joystick events for ingame controls?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Hm, yes - that is beyond the scope of a 3D engine. I know you can send some force-feedback stuff using DirectInput on Windows. Otherwise I think it's rather OS specific. You have to write to the game port (or usb?) and I have no real experience with that. Best you google for that. Might be especially hard if you have Vista or newer as I think those don't even come with game port drivers anymore.
edit: If this is some special device, then maybe you can get some driver-information for it from the manufacturer.
edit: If this is some special device, then maybe you can get some driver-information for it from the manufacturer.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm