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