Releases: Valkryst/VController
Releases · Valkryst/VController
2023.10.26
Updated HotSwapPoller.start()
to not immediately poll for controllers. This has two benefits:
- Calls to
start()
do not need to be wrapped in a try-catch block. - All controllers will trigger
HotSwapListener.controllerAdded(Controller)
on the first poll afterstart()
has been called.
2023.10.24-fix
- Fixed an issue in
2023.10.24
where themaven-compiler-plugin
was still using Java21
. - Lowered the minimum required Java version from
21
to11
.
2023.9.27
2023.9.26
0.1.4-BETA
- Adds the getSupportedButtonTypes function to the ControllerPreset & Logitech classes.
0.1.3-BETA
- Fixes issue where new W10 cases weren't added to the analog stick function.
0.1.2-BETA
- Adds additional control cases, for the Logitech RumblePad 2 USB controller, as they appear on Windows 10.
0.1.1-BETA
- Adds alternate name for Logitech RumblePad 2 USB controller to the ControllerHelper class.
- Increases default poll delay from 16ms to 64ms.