Uses of Class
io.qt.qt3d.input.QAbstractActionInput
-
Uses of QAbstractActionInput in io.qt.qt3d.input
Subclasses of QAbstractActionInput in io.qt.qt3d.inputModifier and TypeClassDescriptionclassStores Device and Buttons used to trigger an input eventclassRepresents a set of QAbstractActionInput's that must be triggerd at onceclassRepresents 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 QVector<QAbstractActionInput>QInputChord.chords()final QVector<QAbstractActionInput>QAction.inputs()final QVector<QAbstractActionInput>QInputSequence.sequences()Methods in io.qt.qt3d.input with parameters of type QAbstractActionInputModifier and TypeMethodDescriptionfinal voidQInputChord.addChord(QAbstractActionInput input) final voidQAction.addInput(QAbstractActionInput input) final voidQInputSequence.addSequence(QAbstractActionInput input) final voidQInputChord.removeChord(QAbstractActionInput input) final voidQAction.removeInput(QAbstractActionInput input) final voidQInputSequence.removeSequence(QAbstractActionInput input)