[wpilibc] Fix XboxController::GetBackButton doc (NFC) (#5131)

This commit is contained in:
David Vo
2023-02-24 15:11:10 +11:00
committed by GitHub
parent cbb5b0b802
commit 490ca4a68a

View File

@@ -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;