1

mobilesubstate で SBGestureRecognizer をフックしました。

しかし、SBGestureContextRef の内容を知りたいので、SpringBoard でタッチを分析するのに役立ちます。

構造体 SBGestureContextRef は、次の関数で使用されます。

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

誰でも私を助けることができますか?

4

0 に答える 0