eventPoint QML Type

Qml equivalent for QEventPoint . 更多...

导入语句: import QtQuick
实例化: QEventPoint

详细描述

eventPoint is the Qml value type representation of QEventPoint . It has the same properties as QEventPoint .

The following properties are available:

State supports the following values:

Qt.TouchPointUnknownState Unknown state.
Qt.TouchPointStationary The event point did not move.
Qt.TouchPointPressed The touch point or button is pressed.
Qt.TouchPointMoved The event point was updated.
Qt.TouchPointReleased The touch point or button was released.

The States type is a typedef for QFlags<State> . It stores an OR combination of State values. See also QEventPoint::States

另请参阅 handlerPoint .