help me to create joystick controller
-
hi.I am using visual studio .net 2003 and I am new to managed c++. I have to write joystick controller(mouse stick)but I dont now where to start.
:confused::confused::confused: What do you mean by a joystick controller? To me the hardware is the controller and the software is the driver and your program communicates with this driver by an api. I assume you need to have your program use the joystick support that is built in the operating system? DirectInput (part of directx) has support for joysticks. John
-
:confused::confused::confused: What do you mean by a joystick controller? To me the hardware is the controller and the software is the driver and your program communicates with this driver by an api. I assume you need to have your program use the joystick support that is built in the operating system? DirectInput (part of directx) has support for joysticks. John
-
Can this CP article help? Best, Jun
-
Can this CP article help? Best, Jun