Class DriverStation.TouchpadFinger
java.lang.Object
org.wpilib.driverstation.DriverStation.TouchpadFinger
- Enclosing class:
DriverStation
Represents a finger on a touchpad.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTouchpadFinger(boolean down, float x, float y) Creates a TouchpadFinger object. -
Method Summary
-
Field Details
-
down
Whether the finger is touching the touchpad. -
x
The x position of the finger. 0 is at top left. -
y
The y position of the finger. 0 is at top left.
-
-
Constructor Details
-
TouchpadFinger
Creates a TouchpadFinger object.- Parameters:
down- Whether the finger is touching the touchpad.x- The x position of the finger.y- The y position of the finger.
-