struct SBGestureContextRef的内容

时间:2014-02-14 02:20:43

标签: ios jailbreak springboard

我已经通过mobilesubstate连接了SBGestureRecognizer。

但我想知道SBGestureContextRef的内容,帮助我分析SpringBoard中的触摸。

结构SBGestureContextRef由以下函数使用:

-(void)touchesCancelled:(SBGestureContextRef)arg1;
-(void)touchesEnded:(SBGestureContextRef)arg1;
-(void)touchesMoved:(SBGestureContextRef)arg1;
-(void)touchesBegan:(SBGestureContextRef)arg1;

有人可以帮助我吗?

0 个答案:

没有答案