#include <TiltInterface.h>
Public Member Functions | |
| virtual void | onTiltEvent (const TiltEvent &t)=0 |
Static Public Member Functions | |
| static bool | getState (void) |
| static const Vec3 & | getOrientation (void) |
Friends | |
| class | TiltEvent |
Definition at line 9 of file TiltInterface.h.
| const Vec3 & RenderTools::TiltInterface::getOrientation | ( | void | ) | [static] |
Definition at line 8 of file TiltInterface.cpp.
| bool RenderTools::TiltInterface::getState | ( | void | ) | [static] |
Definition at line 12 of file TiltInterface.cpp.
| virtual void RenderTools::TiltInterface::onTiltEvent | ( | const TiltEvent & | t | ) | [pure virtual] |
friend class TiltEvent [friend] |
Definition at line 10 of file TiltInterface.h.
1.5.8