Gui: implement SoMouseWheelEvent

and sythesize it instead of fake buttons 4 and 5
This commit is contained in:
DeepSOIC
2020-08-09 23:38:39 +03:00
committed by wwmayer
parent 666682d4e7
commit 68848ea9f8
6 changed files with 106 additions and 9 deletions

View File

@@ -56,6 +56,7 @@
#include "Inventor/MarkerBitmaps.h"
#include "Inventor/SmSwitchboard.h"
#include "SoFCCSysDragger.h"
#include "SoMouseWheelEvent.h"
#include "propertyeditor/PropertyItem.h"
#include "NavigationStyle.h"
@@ -125,6 +126,7 @@ void Gui::SoFCDB::init()
SoFCSeparator ::initClass();
SoFCSelectionRoot ::initClass();
SoFCPathAnnotation ::initClass();
SoMouseWheelEvent ::initClass();
PropertyItem ::init();
PropertySeparatorItem ::init();