Uses of Class
io.qt.qt3d.input.QAbstractActionInput
Package | Description |
---|---|
io.qt.qt3d.input |
-
Uses of QAbstractActionInput in io.qt.qt3d.input
Subclasses of QAbstractActionInput in io.qt.qt3d.input Modifier and Type Class Description class
QActionInput
Stores Device and Buttons used to trigger an input eventclass
QInputChord
Represents a set of QAbstractActionInput's that must be triggerd at onceclass
QInputSequence
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 QAbstractActionInput Modifier and Type Method Description QVector<QAbstractActionInput>
QInputChord. chords()
QVector<QAbstractActionInput>
QAction. inputs()
QVector<QAbstractActionInput>
QInputSequence. sequences()
Methods in io.qt.qt3d.input with parameters of type QAbstractActionInput Modifier and Type Method Description void
QInputChord. addChord(QAbstractActionInput input)
void
QAction. addInput(QAbstractActionInput input)
void
QInputSequence. addSequence(QAbstractActionInput input)
void
QInputChord. removeChord(QAbstractActionInput input)
void
QAction. removeInput(QAbstractActionInput input)
void
QInputSequence. removeSequence(QAbstractActionInput input)