OpenCOVER
coTrackerButtonInteraction.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_TRACKERBUTTONINTERACTION_H
9#define CO_TRACKERBUTTONINTERACTION_H
10
13
14namespace vrui
15{
16
17class vruiButtons;
18
19class OPENVRUIEXPORT coTrackerButtonInteraction
20 : public coButtonInteraction
21{
22public:
23 coTrackerButtonInteraction(InteractionType type, const std::string &name, InteractionPriority priority = Medium);
25
26protected:
27 virtual void update();
28};
29}
30#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coButtonInteraction.h:21
InteractionType
Definition: coInteraction.h:45
InteractionPriority
Definition: coInteraction.h:34
Definition: coTrackerButtonInteraction.h:21
coTrackerButtonInteraction(InteractionType type, const std::string &name, InteractionPriority priority=Medium)