Uses of Enum
io.qt.gamepad.QGamepadManager.GamepadButton
Packages that use QGamepadManager.GamepadButton
-
Uses of QGamepadManager.GamepadButton in io.qt.gamepad
Fields in io.qt.gamepad with type parameters of type QGamepadManager.GamepadButtonModifier and TypeFieldDescriptionQGamepadManager.buttonConfigured
SeeQGamepadManager::
buttonConfigured(int, QGamepadManager::GamepadButton) final QObject.Signal3<@QtPrimitiveType Integer,
QGamepadManager.GamepadButton, @QtPrimitiveType Double> QGamepadManager.gamepadButtonPressEvent
SeeQGamepadManager::
gamepadButtonPressEvent(int, QGamepadManager::GamepadButton, double) QGamepadManager.gamepadButtonReleaseEvent
SeeQGamepadManager::
gamepadButtonReleaseEvent(int, QGamepadManager::GamepadButton) Methods in io.qt.gamepad that return QGamepadManager.GamepadButtonModifier and TypeMethodDescriptionfinal QGamepadManager.GamepadButton []
QGamepadManager.GamepadButtons.flags()
Returns an array of flag objects represented by this GamepadButtons.QGamepadManager.GamepadButton.resolve
(int value) Returns the corresponding enum entry for the given value.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.GamepadButtonModifier and TypeMethodDescriptionQGamepadManager.GamepadButton.cleared
(QGamepadManager.GamepadButton e) Excludes other enum entry from a flag of this entry.QGamepadManager.GamepadButton.combined
(QGamepadManager.GamepadButton e) Combines this entry with other enum entry.QGamepadManager.GamepadButtons.combined
(QGamepadManager.GamepadButton e) Combines this flags with enum entry.final boolean
QGamepadManager.configureButton
(int deviceId, QGamepadManager.GamepadButton button) QGamepadManager.GamepadButton.flags
(QGamepadManager.GamepadButton ... values) Creates a newQGamepadManager.GamepadButtons
from the entries.final boolean
QGamepadManager.setCancelConfigureButton
(int deviceId, QGamepadManager.GamepadButton button) QGamepadManager.GamepadButtons.setFlag
(QGamepadManager.GamepadButton e) Sets the flage
QGamepadManager.GamepadButtons.setFlag
(QGamepadManager.GamepadButton e, boolean on) Sets or clears the flagflag
Constructors in io.qt.gamepad with parameters of type QGamepadManager.GamepadButtonModifierConstructorDescriptionGamepadButtons
(QGamepadManager.GamepadButton ... args) Creates a new GamepadButtons where the flags inargs
are set.