src/SpacenavWindow.h
branchv_0
changeset 9 d3716f03efcd
parent 6 49560660d230
child 11 aaa89fe98b63
--- a/src/SpacenavWindow.h	Thu Mar 07 17:56:38 2019 +0100
+++ b/src/SpacenavWindow.h	Thu Mar 07 18:33:22 2019 +0100
@@ -28,6 +28,7 @@
 public slots:
 	void spacenavMotionEvent(SpacenavWrapper::Event::MotionEvent e);
 	void spacenavButtonEvent(SpacenavWrapper::Event::ButtonEvent e);
+	void spacenavConnectionStatus(SpacenavWrapper::ConnectionStatus s);
 private:
 	Ui::SpacenavWindow widget;
 };