You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,16 @@ Then add the following as dependency:
36
36
<groupId>com.github.RalleYTN</groupId>
37
37
<artifactId>XInput-Wrapper</artifactId>
38
38
<!-- NOTE: You can also use the commit ID as version number -->
39
-
<version>1.2.1</version>
39
+
<version>1.2.2</version>
40
40
</dependency>
41
41
```
42
42
43
43
## Changelog
44
44
45
+
### Version 1.2.2
46
+
47
+
- Changed `XInputVibration.wLeftMotorSpeed` and `XInputVibration.wRightMotorSpeed` to the datatype `int` in order to fix a problem with conversion between uint16 and signed Java short.
48
+
45
49
### Version 1.2.1
46
50
47
51
- Added jitpack.yml to fix an issue with Jitpack IO not using JDK 11
* <p>Speed of the right motor. Valid values are in the range {@code 0} to {@code 65535}. Zero signifies no motor use; {@code 65535} signifies 100 percent motor use.</p>
0 commit comments