#include <TiltEvent.h>
Public Types | |
| enum | Type { TILT_START, TILT_STOP, TILT_CHANGED } |
Public Member Functions | |
| TiltEvent (Type type, const Vec3 &orientation=Vec3()) | |
| Type | getType (void) const |
| const Vec3 & | getOrientation (void) const |
Definition at line 8 of file TiltEvent.h.
Definition at line 6 of file TiltEvent.cpp.
| const Vec3 & RenderTools::TiltEvent::getOrientation | ( | void | ) | const |
Definition at line 26 of file TiltEvent.cpp.
| TiltEvent::Type RenderTools::TiltEvent::getType | ( | void | ) | const |
Definition at line 22 of file TiltEvent.cpp.
1.5.8