Uses of Class
io.qt.gamepad.QGamepadManager.GamepadButton
Package | Description |
---|---|
io.qt.gamepad |
-
Uses of QGamepadManager.GamepadButton in io.qt.gamepad
Fields in io.qt.gamepad with type parameters of type QGamepadManager.GamepadButton Modifier and Type Field Description QObject.Signal2<@QtPrimitiveType Integer,QGamepadManager.GamepadButton>
QGamepadManager. buttonConfigured
QObject.Signal3<@QtPrimitiveType Integer,QGamepadManager.GamepadButton,@QtPrimitiveType Double>
QGamepadManager. gamepadButtonPressEvent
QObject.Signal2<@QtPrimitiveType Integer,QGamepadManager.GamepadButton>
QGamepadManager. gamepadButtonReleaseEvent
Methods in io.qt.gamepad that return QGamepadManager.GamepadButton Modifier and Type Method Description static QGamepadManager.GamepadButton
QGamepadManager.GamepadButton. resolve(int value)
Returns the corresponding enum entry for the given value.static QGamepadManager.GamepadButton
QGamepadManager.GamepadButton. valueOf(String name)
Returns the enum constant of this type with the specified name.static QGamepadManager.GamepadButton[]
QGamepadManager.GamepadButton. 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.GamepadButton Modifier and Type Method Description boolean
QGamepadManager. configureButton(int deviceId, QGamepadManager.GamepadButton button)
boolean
QGamepadManager. setCancelConfigureButton(int deviceId, QGamepadManager.GamepadButton button)