Uses of Enum
io.qt.qt3d.render.QPickEvent.Buttons
Packages that use QPickEvent.Buttons
-
Uses of QPickEvent.Buttons in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QPickEvent.ButtonsModifier and TypeMethodDescriptionfinal QPickEvent.Buttons
QPickEvent.button()
QPickEvent::button Returns mouse button that caused the eventstatic QPickEvent.Buttons
QPickEvent.Buttons.resolve
(int value) Returns the corresponding enum entry for the given value.static QPickEvent.Buttons
Returns the enum constant of this type with the specified name.static QPickEvent.Buttons[]
QPickEvent.Buttons.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.qt3d.render with parameters of type QPickEvent.ButtonsModifierConstructorDescriptionQPickEvent
(QPointF position, QVector3D worldIntersection, QVector3D localIntersection, float distance, QPickEvent.Buttons button, int buttons, int modifiers) QPickLineEvent
(QPointF position, QVector3D worldIntersection, QVector3D localIntersection, float distance, int edgeIndex, int vertex1Index, int vertex2Index, QPickEvent.Buttons button, int buttons, int modifiers) QPickPointEvent
(QPointF position, QVector3D worldIntersection, QVector3D localIntersection, float distance, int pointIndex, QPickEvent.Buttons button, int buttons, int modifiers) QPickTriangleEvent
(QPointF position, QVector3D worldIntersection, QVector3D localIntersection, float distance, int triangleIndex, int vertex1Index, int vertex2Index, int vertex3Index, QPickEvent.Buttons button, int buttons, int modifiers, QVector3D uvw)