Obsolete Members for QTabletEvent
The following members of class QTabletEvent are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) TabletDevice | device() const |
(obsolete) qreal | hiResGlobalX() const |
(obsolete) qreal | hiResGlobalY() const |
Member Function Documentation
TabletDevice QTabletEvent::device() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use deviceType().
qreal QTabletEvent::hiResGlobalX() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The high precision x position of the tablet device.
use globalPosF()
qreal QTabletEvent::hiResGlobalY() const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
The high precision y position of the tablet device.
use globalPosF()