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