Uses of Class
io.qt.gui.QInputDevice
Package | Description |
---|---|
io.qt.gui |
-
Uses of QInputDevice in io.qt.gui
Subclasses of QInputDevice in io.qt.gui Modifier and Type Class Description class
QPointingDevice
Describes a device from which mouse, touch or tablet events originateMethods in io.qt.gui that return QInputDevice Modifier and Type Method Description QInputDevice
QInputEvent. device()
static QInputDevice
QInputDevice. primaryKeyboard()
Overloaded function forprimaryKeyboard(java.lang.String)
withseatName = ""
.static QInputDevice
QInputDevice. primaryKeyboard(String seatName)
Methods in io.qt.gui that return types with arguments of type QInputDevice Modifier and Type Method Description static QList<QInputDevice>
QInputDevice. devices()
Methods in io.qt.gui with parameters of type QInputDevice Modifier and Type Method Description protected void
QInputEvent. setDevice(QInputDevice device)
Constructors in io.qt.gui with parameters of type QInputDevice Constructor Description QInputEvent(QEvent.Type type, QInputDevice m_dev)
Overloaded constructor forQInputEvent(io.qt.core.QEvent.Type, io.qt.gui.QInputDevice, io.qt.core.Qt.KeyboardModifiers)
withmodifiers = new io.qt.core.Qt.KeyboardModifiers(0)
.QInputEvent(QEvent.Type type, QInputDevice m_dev, Qt.KeyboardModifier... modifiers)
Overloaded constructor forQInputEvent(io.qt.core.QEvent.Type, io.qt.gui.QInputDevice, io.qt.core.Qt.KeyboardModifiers)
.QInputEvent(QEvent.Type type, QInputDevice m_dev, Qt.KeyboardModifiers modifiers)
QKeyEvent(QEvent.Type type, int key, Qt.KeyboardModifiers modifiers, int nativeScanCode, int nativeVirtualKey, int nativeModifiers, String text, boolean autorep, short count, QInputDevice device)