![]() |
WPILibC++ 2027.0.0-alpha-5
|
Touchpad finger data from a joystick. More...
#include <wpi/driverstation/TouchpadFinger.hpp>
Public Attributes | |
| bool | down = false |
| Whether the finger is touching the touchpad. | |
| float | x = 0.0f |
| The x position of the finger on the touchpad. | |
| float | y = 0.0f |
| The y position of the finger on the touchpad. | |
Touchpad finger data from a joystick.
| bool wpi::TouchpadFinger::down = false |
Whether the finger is touching the touchpad.
| float wpi::TouchpadFinger::x = 0.0f |
The x position of the finger on the touchpad.
| float wpi::TouchpadFinger::y = 0.0f |
The y position of the finger on the touchpad.