|
StarEngine
|
#include <SwipeGesture.h>


Public Member Functions | |
| SwipeGesture () | |
| virtual | ~SwipeGesture () |
| virtual void | Update (const Context &context) |
| vec2 | GetSwipeDirection () const |
| float | GetSwipeSpeed () const |
| float | GetSwipeLength () const |
Public Member Functions inherited from star::BaseGesture | |
| BaseGesture () | |
| virtual | ~BaseGesture () |
| void | OnTouchEventBase (AInputEvent *pEvent) |
| bool | CompletedGesture () |
Additional Inherited Members | |
Protected Attributes inherited from star::BaseGesture | |
| bool | m_bCompletedGesture |
| star::SwipeGesture::SwipeGesture | ( | ) |
|
virtual |
| vec2 star::SwipeGesture::GetSwipeDirection | ( | ) | const |
| float star::SwipeGesture::GetSwipeLength | ( | ) | const |
| float star::SwipeGesture::GetSwipeSpeed | ( | ) | const |
|
virtual |
Reimplemented from star::BaseGesture.
1.8.5