Gui: move handling of SoMouseWheelEvent to its own handler function

This commit is contained in:
wmayer
2021-11-05 21:37:19 +01:00
parent 3dcbceda3a
commit befd78afd1
3 changed files with 22 additions and 13 deletions

View File

@@ -72,6 +72,7 @@
#include "GestureNavigationStyle.h"
#include <App/Application.h>
#include <Base/Interpreter.h>
#include <Base/Console.h>
#include "View3DInventorViewer.h"
#include "Application.h"