MeVisLab Toolbox Reference
SoTouchpadDevice.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 /*
4  _______________________________________________________________________
5  __________________ F R A U N H O F E R M E V I S __________________
6  |
7  | Description:
8  | SoTouchpadDevice
9  |
10  | Author(s) : Felix Ritter
11  |
12  __________________ F R A U N H O F E R M E V I S __________________
13  _______________________________________________________________________
14  */
15 
16 #ifndef _SoTouchpadDevice_H
17 #define _SoTouchpadDevice_H
18 
19 #include "SoTouchControlInit.h"
20 #include <Inventor/engines/SoSubEngine.h>
21 
22 class TOUCHCONTROL_API SoTouchpadDevice : public SoEngine
23 {
24  SO_ENGINE_HEADER(SoTouchpadDevice);
25 
26  public:
28 
29  private:
30  virtual ~SoTouchpadDevice() override {}
31  virtual void evaluate() override {}
32 
33  SoINTERNAL public:
34  static void initClass();
35 };
36 
37 #endif // _SoTouchpadDevice_H
#define TOUCHCONTROL_API
static void initClass()