|
StarEngine
|
#include <BaseGesture.h>


Public Member Functions | |
| BaseGesture () | |
| virtual | ~BaseGesture () |
| void | OnTouchEventBase (AInputEvent *pEvent) |
| virtual void | Update (const Context &context) |
| bool | CompletedGesture () |
Protected Member Functions | |
| virtual void | OnTouchEvent (AInputEvent *pEvent) |
Protected Attributes | |
| bool | m_bCompletedGesture |
| star::BaseGesture::BaseGesture | ( | ) |
|
virtual |
| bool star::BaseGesture::CompletedGesture | ( | ) |
|
protectedvirtual |
| void star::BaseGesture::OnTouchEventBase | ( | AInputEvent * | pEvent | ) |
|
virtual |
Reimplemented in star::DoubleTapGesture, star::SwipeGesture, and star::TapGesture.
|
protected |
1.8.5