cocoaTouch/OverlayViewController.h
changeset 3361 cfc6cd502f85
parent 3347 5d0ac8197eb7
child 3364 e5403e2bf02c
--- a/cocoaTouch/OverlayViewController.h	Mon Apr 19 15:30:11 2010 +0000
+++ b/cocoaTouch/OverlayViewController.h	Wed Apr 21 01:57:23 2010 +0000
@@ -31,6 +31,7 @@
 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
+-(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
 
 -(IBAction) buttonReleased:(id) sender;
 -(IBAction) buttonPressed:(id) sender;