#include <TouchInterface.h>
Public Member Functions | |
| virtual void | onTouchEvent (const TouchEvent &)=0 |
Static Public Member Functions | |
| static const TouchPoint & | getTouchPoint (TouchIndex) |
| static bool | isTouchPoint (TouchIndex) |
Friends | |
| class | TouchEvent |
Definition at line 8 of file TouchInterface.h.
| const TouchPoint & RenderTools::TouchInterface::getTouchPoint | ( | TouchIndex | index | ) | [static] |
Definition at line 8 of file TouchInterface.cpp.
| bool RenderTools::TouchInterface::isTouchPoint | ( | TouchIndex | index | ) | [static] |
Definition at line 18 of file TouchInterface.cpp.
| virtual void RenderTools::TouchInterface::onTouchEvent | ( | const TouchEvent & | ) | [pure virtual] |
friend class TouchEvent [friend] |
Definition at line 9 of file TouchInterface.h.
1.5.8