vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UseToEvent.h
Go to the documentation of this file.
1 #ifndef USETOEVENT_H
2 #define USETOEVENT_H
3 
4 #include <vrecko/IOPins.h>
5 #include <vrecko/BaseClass.h>
6 #include <vrecko/Ability.h>
7 
8 using namespace vrecko;
9 
10 namespace APObjectUtils
11 {
12 
14  {
15  public:
16  UseToEvent();
17  virtual ~UseToEvent();
18 
19  protected:
21 
22  DECLARE_INPUT(Use, MessageBool);
23  DECLARE_OUTPUT(Trigger, MessageBool);
24  };
25 
26 }
27 
28 #endif