Skip to content

fantarama/JXInput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JXInput

Provide java access to Microsoft XInput Game Controller API that enables applications to receive input from the Xbox 360 Controller for Windows.

The XInputJNA module is the core library that wrap and expose the native XInput API through JNA.

The XInputMouse module is a simple daemon that allow to control the mouse pointer with gamepad:

  • Left thumb stick move the mouse cursor
  • A button is bound to the left mouse button
  • B button is bound to the right mouse button
  • Press the BACK button to stop the daemon

NOTE

The Microsoft XInput driver library must be already installed on host pc

The XInputMouse listen for the 0 index gamepad, so, if multiple gamepads are connected, only the first is able to control the mouse

About

XInput java API wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages