Skip to content
Snippets Groups Projects
Commit b9864c1f authored by Matthias Krebs's avatar Matthias Krebs
Browse files

Fixed syntax for Windows. Fertig!

3DMouse working on Windows and Ubuntu
parent d1f6bed3
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ void Mouse6dofInput::button3DMouseDown(int button)
case 2:
{
translationActive = !translationActive;
emit mouseTranslationEnabledChanged(translationActive);
emit mouseTranslationActiveChanged(translationActive);
qDebug() << "Changed 3DMouse Translation to" << (bool)translationActive;
break;
}
......
......@@ -235,8 +235,10 @@ public slots:
signals:
void initStatusChanged(const QString& message);
#ifdef MOUSE_ENABLED_LINUX
/** @brief Forward X11Event to catch 3DMouse inputs */
void x11EventOccured(XEvent *event);
#endif //MOUSE_ENABLED_LINUX
public:
QGCMAVLinkLogPlayer* getLogPlayer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment