The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QTabletEvent

PUBLIC METHODS

QTabletEvent(QTabletEvent::Type t, const QPoint & pos, const QPoint & globalPos, const QPointF & hiResGlobalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, QFlags<Qt::KeyboardModifier> keyState, qint64 uniqueID)
~QTabletEvent()
QTabletEvent::TabletDevice device()
const QPoint & globalPos()
int globalX()
int globalY()
const QPointF & hiResGlobalPos()
qreal hiResGlobalX()
qreal hiResGlobalY()
QTabletEvent::PointerType pointerType()
const QPoint & pos()
qreal pressure()
qreal rotation()
qreal tangentialPressure()
qint64 uniqueId()
int x()
int xTilt()
int y()
int yTilt()
int z()

ENUM VALUES

NoDevice
Puck
Stylus
Airbrush
FourDMouse
XFreeEraser
RotationStylus
UnknownPointer
Pen
Cursor
Eraser

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html