Uses of Class
io.qt.qt3d.input.QAbstractActionInput
Packages that use QAbstractActionInput
-
Uses of QAbstractActionInput in io.qt.qt3d.input
Subclasses of QAbstractActionInput in io.qt.qt3d.inputModifier and TypeClassDescriptionclass
Stores Device and Buttons used to trigger an input eventclass
Represents a set of QAbstractActionInput's that must be triggerd at onceclass
Represents a set of QAbstractActionInput's that must be triggerd one after the otherMethods in io.qt.qt3d.input that return types with arguments of type QAbstractActionInputModifier and TypeMethodDescriptionfinal QList<QAbstractActionInput>
QInputChord.chords()
final QList<QAbstractActionInput>
QAction.inputs()
final QList<QAbstractActionInput>
QInputSequence.sequences()
Methods in io.qt.qt3d.input with parameters of type QAbstractActionInputModifier and TypeMethodDescriptionfinal void
QInputChord.addChord
(QAbstractActionInput input) final void
QAction.addInput
(QAbstractActionInput input) final void
QInputSequence.addSequence
(QAbstractActionInput input) final void
QInputChord.removeChord
(QAbstractActionInput input) final void
QAction.removeInput
(QAbstractActionInput input) final void
QInputSequence.removeSequence
(QAbstractActionInput input)