QQuickMouseEvent Class
Header: | #include <QQuickMouseEvent> |
Instantiated By: | MouseEvent |
Inherits: | QObject |
Public Functions
int | button() const |
int | buttons() const |
int | flags() const |
bool | isAccepted() |
bool | isClick() const |
int | modifiers() const |
void | setAccepted(bool accepted) |
int | source() const |
bool | wasHeld() const |
qreal | x() const |
qreal | y() const |
Detailed Description
\internal