From 490ca4a68a54b1d89d231f7f3e1bcd95ee761a8e Mon Sep 17 00:00:00 2001 From: David Vo Date: Fri, 24 Feb 2023 15:11:10 +1100 Subject: [PATCH] [wpilibc] Fix XboxController::GetBackButton doc (NFC) (#5131) --- wpilibc/src/main/native/include/frc/XboxController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpilibc/src/main/native/include/frc/XboxController.h b/wpilibc/src/main/native/include/frc/XboxController.h index a8bade8916..38727cdc22 100644 --- a/wpilibc/src/main/native/include/frc/XboxController.h +++ b/wpilibc/src/main/native/include/frc/XboxController.h @@ -283,9 +283,9 @@ class XboxController : public GenericHID { BooleanEvent Y(EventLoop* loop) const; /** - * Whether the Y button was released since the last check. + * Read the value of the back button on the controller. * - * @return Whether the button was released since the last check. + * @return The state of the button. */ bool GetBackButton() const;