Uses of Class
io.qt.qt3d.input.QWheelEvent.Modifiers
Package | Description |
---|---|
io.qt.qt3d.input |
-
Uses of QWheelEvent.Modifiers in io.qt.qt3d.input
Methods in io.qt.qt3d.input that return QWheelEvent.Modifiers Modifier and Type Method Description QWheelEvent.Modifiers
QWheelEvent. modifiers()
static QWheelEvent.Modifiers
QWheelEvent.Modifiers. resolve(int value)
Returns the corresponding enum entry for the given value.static QWheelEvent.Modifiers
QWheelEvent.Modifiers. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWheelEvent.Modifiers[]
QWheelEvent.Modifiers. values()
Returns an array containing the constants of this enum type, in the order they are declared.