cocoaTouch/OverlayViewController.h
changeset 3361 cfc6cd502f85
parent 3347 5d0ac8197eb7
child 3364 e5403e2bf02c
equal deleted inserted replaced
3360:717b4e46e855 3361:cfc6cd502f85
    29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    29 @property (nonatomic,retain) PopoverMenuViewController *popupMenu;
    30 
    30 
    31 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    31 -(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event;
    32 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    32 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event;
    33 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
    33 -(void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event;
       
    34 -(void) touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event;
    34 
    35 
    35 -(IBAction) buttonReleased:(id) sender;
    36 -(IBAction) buttonReleased:(id) sender;
    36 -(IBAction) buttonPressed:(id) sender;
    37 -(IBAction) buttonPressed:(id) sender;
    37 
    38 
    38 -(void) showPopover;
    39 -(void) showPopover;