|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Links a controller button to a lambda callback function. More...
#include <replay.h>
Public Attributes | |
| pros::controller_digital_e_t | button |
| The specific controller button. | |
| std::function< void()> | callback |
| The callback to execute when pressed. | |
| pros::controller_digital_e_t ControllerButton::button |