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