Uses of Class
io.qt.gamepad.QGamepadManager.GamepadAxis
Package | Description |
---|---|
io.qt.gamepad |
-
Uses of QGamepadManager.GamepadAxis in io.qt.gamepad
Fields in io.qt.gamepad with type parameters of type QGamepadManager.GamepadAxis Modifier and Type Field Description QObject.Signal2<@QtPrimitiveType Integer,QGamepadManager.GamepadAxis>
QGamepadManager. axisConfigured
QObject.Signal3<@QtPrimitiveType Integer,QGamepadManager.GamepadAxis,@QtPrimitiveType Double>
QGamepadManager. gamepadAxisEvent
Methods in io.qt.gamepad that return QGamepadManager.GamepadAxis Modifier and Type Method Description static QGamepadManager.GamepadAxis
QGamepadManager.GamepadAxis. resolve(int value)
Returns the corresponding enum entry for the given value.static QGamepadManager.GamepadAxis
QGamepadManager.GamepadAxis. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGamepadManager.GamepadAxis[]
QGamepadManager.GamepadAxis. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gamepad with parameters of type QGamepadManager.GamepadAxis Modifier and Type Method Description boolean
QGamepadManager. configureAxis(int deviceId, QGamepadManager.GamepadAxis axis)