I make a 2D game in Java with LWjgl, and I use a XBox 360 controller for the input. I want to add a second player, so I need to distinguish the two Xbox controllers.
But naturally, the two controller are like one only. If I press a bouton on controller number 1 or 2, the result is the same, I can't manage actions from each without imply the other.
Can someone help me pls ?