我已经通过mobilesubstate连接了SBGestureRecognizer。
但我想知道SBGestureContextRef的内容,帮助我分析SpringBoard中的触摸。
结构SBGestureContextRef由以下函数使用:
-(void)touchesCancelled:(SBGestureContextRef)arg1;
-(void)touchesEnded:(SBGestureContextRef)arg1;
-(void)touchesMoved:(SBGestureContextRef)arg1;
-(void)touchesBegan:(SBGestureContextRef)arg1;
有人可以帮助我吗?