mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpilibc] Fix XboxController::GetBackButton doc (NFC) (#5131)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user