|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
||||
|
||||
|
Re: Know a good Java library to read from a Gamepad or Joystick?
In JInput, the comment for net.java.games.input.Controller.poll() says:
Code:
/** * Polls axes for data. Returns false if the controller is no longer valid. Code:
bool present = org.lwjgl.glfw.GLFW.glfwJoystickPresent(GLFW_JOYSTICK_1) == org.lwjgl.opengl.GL11.GL_TRUE; |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|