Search code examples
javajoystickgamepad

Get Button Inputs in Java


so im writing an application that is supposed to use 6 game pads as input. i have found alot of documentation about a library called JINPUT. but the official download link gives me a 404 error. it would be awesome if someone here knew an alternative i could use. or knew a good download link. thanks!


Solution

  • JInput can be found there :

    http://java.net/projects/jinput

    You can use SVN to get it :

    http://java.net/projects/jinput/sources/svn/show/trunk?rev=252

    There are some tutorials around the web you could use.