Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-02-20 00:26:23 -08:00
123 changed files with 4634 additions and 2291 deletions

View File

@@ -128,7 +128,7 @@ public class PS4Controller extends GenericHID implements Sendable {
}
/**
* Get the X axis value of left side of the controller.
* Get the X axis value of left side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -137,7 +137,7 @@ public class PS4Controller extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of left side of the controller.
* Get the Y axis value of left side of the controller. Back is positive.
*
* @return The axis value.
*/
@@ -146,7 +146,7 @@ public class PS4Controller extends GenericHID implements Sendable {
}
/**
* Get the X axis value of right side of the controller.
* Get the X axis value of right side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -155,7 +155,7 @@ public class PS4Controller extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of right side of the controller.
* Get the Y axis value of right side of the controller. Back is positive.
*
* @return The axis value.
*/

View File

@@ -128,7 +128,7 @@ public class PS5Controller extends GenericHID implements Sendable {
}
/**
* Get the X axis value of left side of the controller.
* Get the X axis value of left side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -137,7 +137,7 @@ public class PS5Controller extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of left side of the controller.
* Get the Y axis value of left side of the controller. Back is positive.
*
* @return The axis value.
*/
@@ -146,7 +146,7 @@ public class PS5Controller extends GenericHID implements Sendable {
}
/**
* Get the X axis value of right side of the controller.
* Get the X axis value of right side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -155,7 +155,7 @@ public class PS5Controller extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of right side of the controller.
* Get the Y axis value of right side of the controller. Back is positive.
*
* @return The axis value.
*/

View File

@@ -126,7 +126,7 @@ public class StadiaController extends GenericHID implements Sendable {
}
/**
* Get the X axis value of left side of the controller.
* Get the X axis value of left side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -135,7 +135,7 @@ public class StadiaController extends GenericHID implements Sendable {
}
/**
* Get the X axis value of right side of the controller.
* Get the X axis value of right side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -144,7 +144,7 @@ public class StadiaController extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of left side of the controller.
* Get the Y axis value of left side of the controller. Back is positive.
*
* @return The axis value.
*/
@@ -153,7 +153,7 @@ public class StadiaController extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of right side of the controller.
* Get the Y axis value of right side of the controller. Back is positive.
*
* @return The axis value.
*/

View File

@@ -120,7 +120,7 @@ public class XboxController extends GenericHID implements Sendable {
}
/**
* Get the X axis value of left side of the controller.
* Get the X axis value of left side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -129,7 +129,7 @@ public class XboxController extends GenericHID implements Sendable {
}
/**
* Get the X axis value of right side of the controller.
* Get the X axis value of right side of the controller. Right is positive.
*
* @return The axis value.
*/
@@ -138,7 +138,7 @@ public class XboxController extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of left side of the controller.
* Get the Y axis value of left side of the controller. Back is positive.
*
* @return The axis value.
*/
@@ -147,7 +147,7 @@ public class XboxController extends GenericHID implements Sendable {
}
/**
* Get the Y axis value of right side of the controller.
* Get the Y axis value of right side of the controller. Back is positive.
*
* @return The axis value.
*/