Uses of Enum
io.qt.gamepad.QGamepadManager.GamepadButton
-
Uses of QGamepadManager.GamepadButton in io.qt.gamepad
Fields in io.qt.gamepad with type parameters of type QGamepadManager.GamepadButtonModifier and TypeFieldDescriptionQGamepadManager.buttonConfiguredSeeQGamepadManager::buttonConfigured(int, QGamepadManager::GamepadButton) final QObject.Signal3<@QtPrimitiveType Integer,QGamepadManager.GamepadButton, @QtPrimitiveType Double> QGamepadManager.gamepadButtonPressEventSeeQGamepadManager::gamepadButtonPressEvent(int, QGamepadManager::GamepadButton, double) QGamepadManager.gamepadButtonReleaseEventSeeQGamepadManager::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 booleanQGamepadManager.configureButton(int deviceId, QGamepadManager.GamepadButton button) QGamepadManager.GamepadButton.flags(QGamepadManager.GamepadButton ... values) Creates a newQGamepadManager.GamepadButtonsfrom the entries.final booleanQGamepadManager.setCancelConfigureButton(int deviceId, QGamepadManager.GamepadButton button) QGamepadManager.GamepadButtons.setFlag(QGamepadManager.GamepadButton e) Sets the flageQGamepadManager.GamepadButtons.setFlag(QGamepadManager.GamepadButton e, boolean on) Sets or clears the flagflagConstructors in io.qt.gamepad with parameters of type QGamepadManager.GamepadButtonModifierConstructorDescriptionGamepadButtons(QGamepadManager.GamepadButton ... args) Creates a new GamepadButtons where the flags inargsare set.