OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
coRelativeButtonInteraction.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef CO_RELATIVEBUTTONINTERACTION_H
9 #define CO_RELATIVEBUTTONINTERACTION_H
10 
12 
13 namespace vrui
14 {
15 
16 class vruiButtons;
17 
18 class OPENVRUIEXPORT coRelativeButtonInteraction
19  : public coButtonInteraction
20 {
21 public:
22  coRelativeButtonInteraction(InteractionType type, const std::string &name, InteractionPriority priority = Low);
23  virtual ~coRelativeButtonInteraction();
24 
25 protected:
26  virtual void update();
27 };
28 }
29 #endif
Definition: coRelativeButtonInteraction.h:18
Definition: coButtonInteraction.h:19
InteractionType
Definition: coInteraction.h:44
InteractionPriority
Definition: coInteraction.h:33