gamepad listner

Started by
0 comments, last by blackwings 20 years, 5 months ago
Well I''m programming game and for the first time, I had in mind to use a gamepad. The programming language I use is JAVA SDK 1.4. I just wonder how you do a gamepad listner, so that it will work in my game?
Advertisement
the game pad uses the same handling as a joystick. aslong as you can access a joystick you can access a game pad.


In C and windows this is easy (one variable, one call)

For java I have no idea.

its the windows multimedia manager that handles it as far aas I remember.
Beer - the love catalystgood ol' homepage

This topic is closed to new replies.

Advertisement