Public Types |
| enum | EventType {
None = 0,
Move = 87,
Press = 92,
Release = 93,
EnterProximity = 171,
LeaveProximity = 172
} |
| enum | PointerType { UnknownPointer,
Pen,
Cursor,
Eraser
} |
| enum | TabletDevice {
NoDevice,
Puck,
Stylus,
Airbrush,
FourDMouse,
RotationStylus
} |
Public Member Functions |
| | TabletInfo () |
Static Public Member Functions |
| static const TabletInfo * | currentState () |
Public Attributes |
| EventType | eventtype_ |
| PointerType | pointertype_ |
| TabletDevice | device_ |
| Geom::Point2D< int > | globalpos_ |
| Geom::Point2D< int > | pos_ |
| double | pressure_ |
| double | rotation_ |
| double | tangentialpressure_ |
| od_int64 | uniqueid_ |
| int | xtilt_ |
| int | ytilt_ |
| int | z_ |
Static Protected Member Functions |
| static TabletInfo & | latestState () |
Friends |
| class | QtTabletEventFilter |