Orxonox  0.0.5 Codename: Arcturus
Classes | Typedefs | Enumerations
orxonox::ButtonEvent Namespace Reference

Classes

struct  EnumToType
 Enables function overloading with integer values. More...
 

Typedefs

typedef EnumToType< HoldTHold
 
typedef EnumToType< PressTPress
 
typedef EnumToType< ReleaseTRelease
 

Enumerations

enum  Value { Press, Release, Hold }
 Helper enum to deploy events with the help of templates. More...
 

Typedef Documentation

Enumeration Type Documentation

Helper enum to deploy events with the help of templates.

Enumerator
Press 
Release 
Hold