Use std::vector to copy Spacemouse data from helper class to Application

This commit is contained in:
Torsten Sadowski
2018-11-06 22:16:34 +01:00
committed by wmayer
parent 46aa5fb0ad
commit 0d3c670785
10 changed files with 17 additions and 12 deletions

View File

@@ -28,6 +28,7 @@ http://www.3dconnexion.com/forum/viewtopic.php?f=19&t=4968&sid=72c018bdcf0e6edc9
#include "GuiRawInputEventFilter.h"
#endif // #if QT_VERSION >= 0x050000
std::vector<int> Gui::GuiNativeEvent::motionDataArray(6,0);
Gui::GuiNativeEvent* Gui::GuiNativeEvent::gMouseInput = 0;