Multiple joysticks event handling
- by hbaktir
I want to make a game which is totally same idea with "Who pressed the button answers the question"
I got 2 joysticks and both connected to a pc.My application will be Winforms and i will develop it on Visual studio 2012 .
I 've used SlimDX,Sharpx so far i ' ve nothing for multiple joysticks.I can get the pressed button with timer . All i want to know is which joystick / gamepad pressed 1 button first.Then my problem will be solved
Any idea how can i achive this or somebody did it before