Uses of Class
io.qt.core.Qt.Key
Package | Description |
---|---|
io.qt.core | |
io.qt.gamepad |
-
Uses of Qt.Key in io.qt.core
Methods in io.qt.core that return Qt.Key Modifier and Type Method Description static Qt.Key
Qt.Key. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.Key
Qt.Key. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.Key[]
Qt.Key. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Qt.Key in io.qt.gamepad
Methods in io.qt.gamepad that return Qt.Key Modifier and Type Method Description Qt.Key
QGamepadKeyNavigation. buttonAKey()
Qt.Key
QGamepadKeyNavigation. buttonBKey()
Qt.Key
QGamepadKeyNavigation. buttonGuideKey()
Qt.Key
QGamepadKeyNavigation. buttonL1Key()
Qt.Key
QGamepadKeyNavigation. buttonL2Key()
Qt.Key
QGamepadKeyNavigation. buttonL3Key()
Qt.Key
QGamepadKeyNavigation. buttonR1Key()
Qt.Key
QGamepadKeyNavigation. buttonR2Key()
Qt.Key
QGamepadKeyNavigation. buttonR3Key()
Qt.Key
QGamepadKeyNavigation. buttonSelectKey()
Qt.Key
QGamepadKeyNavigation. buttonStartKey()
Qt.Key
QGamepadKeyNavigation. buttonXKey()
Qt.Key
QGamepadKeyNavigation. buttonYKey()
Qt.Key
QGamepadKeyNavigation. downKey()
Qt.Key
QGamepadKeyNavigation. leftKey()
Qt.Key
QGamepadKeyNavigation. rightKey()
Qt.Key
QGamepadKeyNavigation. upKey()
Methods in io.qt.gamepad with parameters of type Qt.Key Modifier and Type Method Description void
QGamepadKeyNavigation. setButtonAKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonBKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonGuideKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonL1Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonL2Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonL3Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonR1Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonR2Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonR3Key(Qt.Key key)
void
QGamepadKeyNavigation. setButtonSelectKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonStartKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonXKey(Qt.Key key)
void
QGamepadKeyNavigation. setButtonYKey(Qt.Key key)
void
QGamepadKeyNavigation. setDownKey(Qt.Key key)
void
QGamepadKeyNavigation. setLeftKey(Qt.Key key)
void
QGamepadKeyNavigation. setRightKey(Qt.Key key)
void
QGamepadKeyNavigation. setUpKey(Qt.Key key)