4 #include <QTabletEvent>
74 InputType inputType()
const;
84 #endif // POINTEREVENT_H
typedef KeyboardModifiers
Qt::KeyboardModifiers modifiers() const
Returns the modifier created by keyboard while a device was in use.
QPointF posF() const
Returns the QPointF of the device Returns pos() if used on mouse event.
int x() const
Returns the x position of the input device in the widget.
QPoint pos() const
Returns QPoint of the device.
bool isTabletEvent() const
Returns true if the device was tablet, otherwise false.
Qt::MouseButtons buttons() const
Returns Qt::MouseButtons()
qreal pressure() const
Returns a value between 0 and 1 for tablet events, otherwise 1.0.
qreal tangentialPressure() const
Returns the tangential pressure of a tablet's that support it This is typically given by a finger whe...
qreal rotation() const
Returns rotation value if any, otherwise 0.
Qt::MouseButton button() const
Returns Qt::MouseButton()
int y() const
Returns the y position of the input device in the widget.