|
gramods
|
A 3D line representation of a touch point. More...
#include <TouchState.hh>

Public Attributes | |
| Eigen::Vector3f | x |
| The origin of the 3D line. | |
| Eigen::Vector3f | v |
| The direction of the 3D line. | |
| TouchPointId | id |
| internal id of the touch point. | |
| unsigned char | state |
| State of the touch point expressed as a bitwise combination. | |
| unsigned int | clicks |
| The number of times this position was clicked in succession, for example two (2) for a double click. | |
A 3D line representation of a touch point.
| unsigned int gramods::gmTouch::TouchState::TouchLine::clicks |
The number of times this position was clicked in succession, for example two (2) for a double click.
| TouchPointId gramods::gmTouch::TouchState::TouchLine::id |
internal id of the touch point.
| unsigned char gramods::gmTouch::TouchState::TouchLine::state |
| Eigen::Vector3f gramods::gmTouch::TouchState::TouchLine::v |
The direction of the 3D line.
| Eigen::Vector3f gramods::gmTouch::TouchState::TouchLine::x |
The origin of the 3D line.