Activity for jinput-steam-controller

  • Oddwarg Oddwarg committed [e133d5]

    Increased interrupt transfer timeout to reduce likelyhood of dropped data

  • Oddwarg Oddwarg committed [f74e00]

    Reduced wasted CPU time when no wireless dongle is connected but no controllers are active. Added compiled jar to the repository.

  • Oddwarg Oddwarg committed [0b4195]

    Smoother gyro mouse movement on linux

  • Oddwarg Oddwarg committed [8063d3]

    Separated SteamControllerConfig and SteamControllerDevice. Added utility functions for converting numbers to strings. Added function to write SteamControllerConfig back to a Properties object. Added SteamControllerButton helper class. Gyro mouse is now not active when the gyro is disabled.

  • Oddwarg Oddwarg committed [ee7346]

    Refactored the threading code to fix an issue where the executor thread prevented the plugin from being garbage collected. Added comments to remind future programmers of this. Wireless steam controller instances now have their interface number as part of the name, to make them distinguishable from application code (since they have the same port number).

  • Oddwarg Oddwarg committed [d50aff]

    Fixed wrong code documentation for hideDisabledButtons. Fixed deadlocks on windows caused by using libusb from multiple threads: All controllers are now processed from a single executor thread. (This change required reducing the timeouts which may break Linux functionality. This needs to be tested).

  • Oddwarg Oddwarg committed [9360d3]

    Removed references to SteamControllerPlugin in shutdown hook and steam controller threads that prevented garbage collection. Removed delta time division for gyro mouse since it was counterproductive.

  • Oddwarg Oddwarg committed [2b3153]

    Fixed thread unsafe access to Robot.

  • Oddwarg Oddwarg committed [033b44]

    Added options for gyro mouse emulation.

  • Oddwarg Oddwarg committed [f8b93a]

    Added junk to hgignore

  • Oddwarg Oddwarg committed [215712]

    Initial import

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.