17 #ifndef INPUTEVENTGENERATOR_H
18 #define INPUTEVENTGENERATOR_H
37 Q_INVOKABLE
void generateKeyEvent(Qt::Key key,
bool pressed, Qt::KeyboardModifiers modifiers = Qt::NoModifier, quint64 timestamp = QDateTime::currentMSecsSinceEpoch(), quint32 nativeScanCode = 0,
const QString &text = QString());