WPILibC++ 2027.0.0-alpha-5
Loading...
Searching...
No Matches
wpi::TouchpadFinger Struct Referencefinal

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.

Detailed Description

Touchpad finger data from a joystick.

Member Data Documentation

◆ down

bool wpi::TouchpadFinger::down = false

Whether the finger is touching the touchpad.

◆ x

float wpi::TouchpadFinger::x = 0.0f

The x position of the finger on the touchpad.

◆ y

float wpi::TouchpadFinger::y = 0.0f

The y position of the finger on the touchpad.


The documentation for this struct was generated from the following file: