Uses of Class
io.qt.gui.QInputDevice
Packages that use QInputDevice
-
Uses of QInputDevice in io.qt.gui
Subclasses of QInputDevice in io.qt.guiModifier and TypeClassDescriptionclass
Describes a device from which mouse, touch or tablet events originateMethods in io.qt.gui that return QInputDeviceModifier and TypeMethodDescriptionfinal QInputDevice
QInputEvent.device()
static QInputDevice
QInputDevice.primaryKeyboard()
Overloaded function forprimaryKeyboard(java.lang.String)
withseatName = (String)null
.static QInputDevice
QInputDevice.primaryKeyboard
(String seatName) Methods in io.qt.gui that return types with arguments of type QInputDeviceMethods in io.qt.gui with parameters of type QInputDeviceModifier and TypeMethodDescriptionfinal boolean
QInputDevice.equals
(QInputDevice other) SeeQInputDevice::
operator==(QInputDevice)const protected final void
QInputEvent.setDevice
(QInputDevice device) SeeQInputEvent::
m_dev Constructors in io.qt.gui with parameters of type QInputDeviceModifierConstructorDescriptionQInputEvent
(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) SeeQInputEvent::
QInputEvent(QEvent::Type, const QInputDevice*, Qt::KeyboardModifiers) QKeyEvent
(QEvent.Type type, int key, Qt.KeyboardModifiers modifiers, int nativeScanCode, int nativeVirtualKey, int nativeModifiers, String text, boolean autorep, short count, QInputDevice device)