フレームワーク
UIKit
クラス
UITouch
例文
- (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { UITouch* touch = [touches anyObject]; NSLog(@"%@",[[touch gestureRecognizers] description]); [self touchesMoved:touches withEvent:event]; }
説明
使用可能
iPhone OS 2.0 以降.
参照先
定義
UITouch.h