TouchVG framework
|
#include "mgshapes.h"
类 | |
interface | MgView |
视图回调接口,供命令使用 更多... | |
class | MgMotion |
触摸动作参数 更多... | |
枚举 | |
enum | MgGestureState { kMgGesturePossible, kMgGestureBegan, kMgGestureMoved, kMgGestureEnded, kMgGestureCancel } |
函数 | |
template<class YourCmd > | |
int | mgRegisterCommand (MgView *view) |
注册外部命令, 为NULL则取消注册 更多... | |
定义视图回调接口 MgView